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

Atari BASIC

< >

Atari BASIC is a programming language created in 1983.

#2921on PLDB 41Years Old
Wikipedia

Atari BASIC is an interpreter for the BASIC programming language that shipped with the Atari 8-bit family of 6502-based home computers. Unlike most 8-bit BASICs, Atari BASIC is not a derivative of Microsoft BASIC, and differs in significant ways. It includes keywords for Atari-specific features and lacks support for string arrays, for example. Read more on Wikipedia...


Example from Wikipedia:
10 REM Opens the cassette device on channel 1 for reading in BASIC 20 OPEN #1,4,0,"C:MYPROG.DAT"

View source

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