Changes

Jump to: navigation, search

Locomotive BASIC

588 bytes added, 09:27, 26 March 2017
/* EDIT ‹line› */
==== <code>EDIT ‹line›</code> ====
: Copies one Display 1 program line to screen for editing.  The following keys can be used in edition editing mode, or during typing in BASIC: CTRL+TAB - toggle overwrite/insert modeCTRL+CURSOR LEFT or CTRL+CURSOR UP - go to start of lineCTRL+CURSOR RIGHT or CTRL+CURSOR DOWN - go to end of lineCURSOR LEFT - move left one characterCURSOR RIGHT - move right one characterESC - quit editing and do not accept changesENTER/RETURN - quit editing and accept changesSHIFT + CURSOR UP/DOWN/LEFT/RIGHT - enter copy mode. You can move the cursor to where you want to copy from.Hold SHIFT and cursors to move copy cursor. COPY - copy character covered by copy cursor.
==== <code>EI</code> ====
2,541
edits