/********* ICE-1500 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #D.1 ********/ menu = 1 define literally PR = '''To go to the previous screen, enter RTN or M''' define literally R = 'include SCRD.1 nolist' define literally N = 'include SCRD.2 nolist' define literally M = 'include FMOD nolist' cls /******************************************************************************/ ' ---------------------------' ' FEATURE MODULE D: LINE EDITOR (2 screens) | SCRD1: LINE EDITOR 1 |' ' | N = Next Screen |' 'The line editor allows you to modify commands. | R = Rewrite SCRD1 |' 'Some of the key sequences for line editing are | PR = Previous screen |' 'dependent on the key definition set you have | M = Go to features menu |' 'chosen with the INSTALL program. | Q = Quit tutorial |' ' | RTN = Return to main path |' 'Enter the following, but do not press : | SCR# = Screen desired |' ' WRITE ''your name'' ---------------------------' ' ' 'The following line editor commands are the defaults. Experiment with the' 'command just entered using them.' ' ' ' moves cursor to the beginning of the line' ' moves cursor to the end of the line' ' Rubout ( <-- ) deletes the character left of the cursor' ' F or deletes the character at the cursor position' ' A deletes all characters right of the cursor' ' X deletes all characters left of the cursor' ' Z deletes the current line' 'Go to the next screen to see the line editing commands available with the ' 'enhanced key definition set.' '-------------- Enter to continue with this feature module --------------'