/************************* ICE-5100 TUTORIAL SCREEN Q1 ****************************/ menu = 1 define literally PR = '''Not relevent for this screen''' define literally R = 'include scrq.1 nolist' define literally N = 'include scrq.2 nolist' define literally M = 'include fmod nolist' cls /*******************************************************************************/ ' ---------------------------' ' FEATURE MODULE Q SOURCE CODE DISPLAY (6 SCREENS) | SCRQ1: SOURCE CODE 1 |' 'To display program source, the ICE-5100 must know| N = Next screen |' 'the location of the file, which is determined in | R = Rewrite SCRQ1 |' 'two ways: | PR = Previous screen |' ' 1. The list file is in the same directory path | M = Go to features menu |' ' as the load module, and has the same base | Q = Quit tutorial |' ' name followed by the extension .lst. | RTN= Return to main path |' ' 2. The list file directory path has been set | SCR# = Screen desired |' ' using the LPATH or SET commands. -------------------------- ' ' ' 'The LPATH command sets a path to a directory or disk containing the list' 'file. The LPATH default is the path name of the LOAD module. Because the' 'tutorial program and its list file are in the same directory and the base' 'file name and the module name are not the same, we need not set the path' 'using LPATH. However, we will have to use the SET command. Go to the' 'next screen to find out about the SET command.' '-------------- Enter N to continue with Module Q ---------------------'