/************************** I2ICE TUTORIAL SCREEN #B1 **************************/ menu = 1 define literally P = '''P is not relevant for this screen''' define literally R = 'include scrb.1 nolist' define literally N = 'include scrb.2 nolist' define literally M = 'include aid.1 nolist' modB_flag = TRUE cls /*******************************************************************************/ ' ------------------------' ' AID MODULE B: SYNTAX MENU (2 SCREENS) | SCRB1: SYNTAX MENU 1 |' ' | M = Go to AID1 menu |' 'The syntax menu is located on the last line of the | N = Next screen |' 'screen. When you press the space bar as you enter | P = Previous screen |' 'a command, the syntax menu changes. Watch this menu | Q = Quit tutorial |' 'change as you enter the following command. | R = Rewrite SCRB1 |' ' | SCR# = Screen desired |' ' MAP 0 LENGTH 3K HS <Enter> ------------------------' ' ' 'The syntax menu tells you what kinds of command elements can be entered next. ' '(Just above the syntax menu is the I2ICE message line. It informs you when ' 'the syntax menu fills more than one screen; it also displays error messages' 'pertaining to command entry.)' ' ' 'Press the tab key once and you will see more of the syntax menu. ' ' ' '-------------- Enter N <Enter> to continue with Aid Module B ------------------'