/******************** ICE-1500 (DOS) TUTORIAL SCREEN #32 **********************/ menu = 1 define literally PR = 'include scr.31 nolist' define literally R = 'include scr.32 nolist' define literally RTN = 'include scr.32 nolist' define literally N = '''To go to the next screen, enter FMOD or M''' define literally M = 'include scr.2 nolist' cls /******************************************************************************/ ' ------------------------' 'Be aware that the emulator has more capabilities and | SCR32: End of Tutorial |' 'commands than those that were discussed in the | N = Next screen |' 'tutorial. Also, many of the commands that you used | R = Rewrite SCR32 |' 'in the tutorial have options that were not mentioned.| PR = Previous screen |' ' | M = Go to main menu |' 'To gain a better understanding of the other features | Q = Quit tutorial |' 'and commands, consult the ICE-5100 Emulator | SCR# = Screen desired |' 'Reference Manual, make use of the syntax menu (at ------------------------' 'the bottom of the screen), and on-line HELP commands. ' ' ' 'Note there is a feature module of helpful information that was not referenced' 'in the main tutorial path:' ' ' ' MODO LITERALLY Definitions ' ' ' 'Select MODO from above or enter M to return to the main tutorial menu.' 'If you would like to exit from the tutorial, enter Q .' ' ' '############################### END OF MAIN PATH #############################'