Chapter 2
Special ‘Escape’ CodesCHR$ (27) - The BASIC ASCII combination for “Escape.” (Special code used with letter codes)
“K” - The letter “K.” (Kicks ON graphics mode when preceded by Escape.)
Example: PRINT CHR$ (27) “K”
22
Chapter 2
Special ‘Escape’ CodesCHR$ (27) - The BASIC ASCII combination for “Escape.” (Special code used with letter codes)
“K” - The letter “K.” (Kicks ON graphics mode when preceded by Escape.)
Example: PRINT CHR$ (27) “K”
22