Gemini User’s Manual
LPRINT “A” means the same as
LPRINT CHR$ (65)
The CHR$ function (pronounced “characterstring”) allows you to transmit special characters and ASCII control codes that are not directly available through your computer.
The Problem with BASIC
The “basic” problem with BASIC is similar to the problem with the ASCII code: While there are many program statements that are standard, there is no standardization of the BASIC language.
The
The Atari can also use a variation of the LPRINT statement, requiring (for example) that a file number(such as # 1)be assigned to the printer.Therefore, PRiNT# 1 sends information to the printer, and PRINT sends information to the screen.
Other BASIC versions, such as Applesoft and CBASIC for CPIM, use PRINT to send information both to the screen and to the printer. Using the PR#l statement before PRlNT sends information only to the printer, and using PR#0 sends information only to the screen. Confused?
The example programs in this manual will use
-
-
GETTING “ONLINE”
-
You can’t learn to swim in an armchair. The only way to use BASIC is to try it. So, after you’ve reviewed the chapter on BASIC in your
60