/********* ICE-1500 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #O.1 ********/ menu = 1 define literally PR = '''To go to the previous screen, enter RTN or M''' define literally R = 'include SCRO.1 nolist' define literally N = 'include SCRO.2 nolist' define literally M = 'include FMOD nolist' cls /******************************************************************************/ ' ---------------------------' ' FEATURE MODULE O: LITERALLY (2 screens) | SCRO1: LITERALLY 1 |' ' | N = Next Screen |' 'You can make command entry quicker and easier by | R = Rewrite SCRO1 |' 'using the LITERALLY command. You can abbreviate | PR = Previous screen |' 'character strings, commands, and emulator | M = Go to main menu |' 'keywords with the LITERALLY command. For | Q = Quit tutorial |' 'example, abbreviate the emulator command DEFINE | RTN = Return to main path |' 'to DEF and LITERALLY to LIT: | SCR# = Screen desired |' ' ---------------------------' ' DEFINE LITERALLY DEF = ''DEFINE'' ' ' DEF LITERALLY LIT = ''LITERALLY'' ' ' ' 'If you forget what a particular LITERALLY abbreviation stands for, you need ' 'only enter the abbreviation and then press the . The abbreviation ' 'is immediately expanded to its full meaning. Try this now by entering: ' ' ' ' DEF ' ' ' 'Press and X to remove the command (do not press ).' ' ' '--------------Enter N to continue with this Feature Module------------'