/********* ICE-1500 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #F.1 ********/ menu = 1 define literally PR = '''To go to the previous screen, enter RTN or M''' define literally R = 'include SCRF.1 nolist' define literally N = 'include SCRF.2 nolist' define literally M = 'include FMOD nolist' cls /******************************************************************************/ ' ---------------------------' ' FEATURE MODULE F: HELP SCREENS (4 screens) | SCRF1: HELP SCREENS 1 |' ' | N = Next Screen |' 'HELP screens provide on-line information about | R = Rewrite SCRF1 |' 'ICE-5100 system commands and error messages. | PR = Previous screen |' ' | M = Go to features menu |' 'There are two ways to access help in the ICE-5100 | Q = Quit tutorial |' 'system. By typing in the keyword HELP followed by| RTN = Return to main path |' 'the name of a system command or error number, or | SCR# = Screen desired |' 'by using the F1 function key. ----------------------------' ' ' 'Using the first method to display a list of the HELP screens that are' 'available, enter: ' ' ' ' HELP ' ' ' 'Entering the HELP command may cause this screen to scroll out of sight. To' 'rewrite the screen enter ''r'' or ''n'' to get the next screen.' '-------------Enter N to continue with this Feature Module--------------'