/************************* I2ICE TUTORIAL SCREEN R3 ****************************/ menu = 1 define literally P = 'include scrr.2 nolist' define literally R = 'include scrr.3 nolist' define literally N = 'include scrr.4 nolist' define literally M = 'include aid.1 nolist' cls /*******************************************************************************/ ' ------------------------' 'The SHOWSRC command displays a sequence of text lines| SCRR3: SHOWSRC |' 'from the list file. Try it now by entering: | M = Go to main menu |' ' | N = Next screen |' ' SHOWSRC #3 | P = Previous screen |' ' | Q = Quit tutorial |' 'This example uses a program line number as a refer- | R = Rewrite SCRR3 |' 'ence for display. Any expression can be specified in| SCR# = Screen desired |' 'the command as long as it evaluates to an executable ------------------------ ' 'statement in the module. For instance:' ' ' ' SHOWSRC #3 LENGTH 5 ' ' ' 'Expressions can be single address, address ranges (#34 TO #39), or address' 'lengths ($ LENGTH 5). ' ' ' '-------------- Enter N to continue with Aid Module R ------------------'