home *** CD-ROM | disk | FTP | other *** search
- True BASIC FUNCTION KEYS
-
- │ Press │ Description
- ├───────────┼─────────────────────────────────────────────────────────────
- │ F1 │ move to editing window
- │ F2 │ move to history window
- │ │
- │ F3 │ find item
- │ F4 │ mark current line (in editing window only)
- │ │
- │ F5 │ in editing window: copy marked text to after current line
- │ │ in history window: copy current line to command line
- │ │ on command line: copies last line entered
- │ │
- │ F6 │ move marked text to after current line
- │ │
- │ F7 │ undo effects of last deletion or insertion
- │ F8 │ set or clear a breakpoint on the current line
- │ │
- │ F9 │ run your current program
- │ F10 │ get HELP
- ┴───────────┴────────────────────────────────────────────────────────────────
- See also: HELP CURSOR moving the cursor around
- HELP DELETE deleting characters and lines
-