Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

SuperBASIC

< >

SuperBASIC is a programming language created in 1984.

#3707on 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

View source

- Build the next great programming language About Resources Acknowledgements Part of the World Wide Scroll