dmsc / fastbasic

FastBasic - Fast BASIC interpreter for the Atari 8-bit computers
GNU General Public License v2.0
139 stars 20 forks source link

Some documentation clean-up from a newbie #59

Closed billkendrick closed 2 years ago

billkendrick commented 2 years ago

Noting some differences between FastBasic's behavior and that of Atari BASIC and TurboBASIC XL (e.g., IF/THEN, maximum string length, ADR(STRING$), lack of DSOUND, etc.).

A note about moving Player/Missile Graphics vertically and the 5th player.

Further details about GRAPHICS modes.

Typo corrections, grammar tweaks, some clarifications (e.g., BCD, EXOR), consistency in how "Atari BASIC" and "TurboBASIC XL" are written, and other misc. tweaks to the manual.

dmsc commented 2 years ago

Merged, Thank you!!