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

Atari BASIC

< >

Atari BASIC is a programming language created in 1983.

#2092on PLDB 41Years Old

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 Acknowledgements Extensions Day 630 Donate feedback@pldb.io