/******** ICE-5100 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #H.5 **********/ menu = 1 define literally PR = 'include scrH.4 nolist' define literally R = 'include scrH.5 nolist' define literally N = '''To go to the next screen, enter RTN or M''' define literally M = 'include FMOD nolist' cls /******************************************************************************/ ' ---------------------------' 'Before continuing with the tutorial, you need to | SCRH5: NAMESCOPE 5 |' 'set NAMESCOPE and DYNASCOPE to the values they | N = Next screen |' 'had when we started this Feature Module. Enter: | R = Rewrite SCRH5 |' ' | PR = Previous screen |' ' DYNASCOPE = FALSE | M = Go to features menu |' ' NAMESCOPE = :MAIN_DISPLAY.ROTATE | Q = Quit tutorial |' ' | RTN = Return to main path |' ' | SCR# = Screen desired |' ' ---------------------------' ' ' 'This ends Feature Module H. Enter RTN to return to the main path of' 'the tutorial, or M to go to the features menu.' ' ' '########################## END OF FEATURE MODULE H ############################'