Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

SuperBASIC

< >

SuperBASIC is a programming language created in 1984.

#3514on PLDB 40Years Old

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

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io