MAIN: PRINT Which Monitor would you like to boot ? PRINT PRINT PRINT S - Boot the Small Monitor. PRINT PRINT PRINT X - Boot the Extended Monitor. PRINT PRINT PRINT Type the letter then press the RETURN key. ................ (X)  PROMPT S X CR PRINT IF S THEN SWITCH SM GOTO EXT1 END SWITCH XM EXT1: EXIT