/******** ICE-5100 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #H.2 **********/ menu = 1 define literally PR = 'include scrH.1 nolist' define literally R = 'include scrH.2 nolist' define literally N = 'include scrH.3 nolist' define literally M = 'include FMOD nolist' load MESSG cls /******************************************************************************/ ' ---------------------------' 'To reference the variable TEMP within the | SCRH2: NAMESCOPE 2 |' 'procedure ROTATE (in the MESSG program), enter: | N = Next screen |' ' | R = Rewrite SCRH2 |' ' ROTATE.TEMP | PR = Previous screen |' ' | M = Go to features menu |' 'However, if we are debugging within the ROTATE | Q = Quit tutorial |' 'procedure, it may be easier to set NAMESCOPE to | RTN = Return to main path |' 'the ROTATE procedure and then reference variables.| SCR# = Screen desired |' 'Enter: ---------------------------' ' ' ' NAMESCOPE = ROTATE ' ' ' 'Now reference variables:' ' ' ' TEMP ' ' INDEX_PTR ' ' ' '-------------Enter N to continue with this Feature Module--------------'