a2int
In all-caps letters like some purists require, this was the original 1976 BASIC for the Apple I and Apple II computers, written by Stephen Wozniak himself. This name, however, only became used later, to differentiate it from the newer Applesoft floating-point BASIC.
Wozniak's admitted main goal was to have a BASIC which himself and his Homebrew Computer Club friends could use for writing games. Integer maths was enough and fast for that purpose. Floating-point support was however a major desire expressed by users and Woz even wrote a library for that, but had to turn his attention to Apple's Disk-II while Steve Jobs licensed the 6502-processor port of BASIC-80 from Microsoft.
Apart from being able to perform only 16-bit integer mathematics, INTEGER BASIC had its share of peculiarities.
PRINT S$(0,3)
for the first 4 characters of S$.
INTEGER BASIC was an interpreter with a REPL (Read, Eval, Print, Loop) interface just as almost every microcomputer of its era. It had a >
sign as its prompt, which differentiated it from Applesoft with its ]
prompt.
Apple BASIC has a peculiar command that is not listed up there and we'd better not create a page for. CON was replaced by CONT in Applesoft and most BASICs, and works pretty much the same way. Problem is that CON is one of the forbidden file names on Windows, even with an extension, and pages of this site are maintained mostly on Windows machines. This is something traced back to CP/M that Microsoft still maintains alive as of 2023 on Windows 10. Dude…