Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

SuperBASIC

< >

SuperBASIC is a programming language created in 1984.

#3752on PLDB 40Years Old
Wikipedia

SuperBASIC is an advanced variant of the BASIC programming language with many structured programming additions. It was developed at Sinclair Research by Jan Jones during the early 1980s. Originally SuperBASIC was intended for a home computer, code-named SuperSpectrum, then under development. Read more on Wikipedia...


Example from Wikipedia:
100 DIM month$(12,9) 110 RESTORE 120 REMark QL User Guide's "Data Read Restore" example ii 130 REMark (appropriately amended relative to example i) 140 FOR count=1 TO 12 : READ month$(count) 150 DATA "January", "February", "March" 160 DATA "April","May","June" 170 DATA "July","August","September" 180 DATA "October","November","December" 190 DATA "SUN","MON","TUE","WED","THU","FRI","SAT" 199 END DEFine Iso

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0