Skip to content
Andrew Owen edited this page May 25, 2023 · 1 revision

EDIT


EDIT {line_number|.}

Displays the specified program line with the cursor positioned for editing. line_number must be a line that exists in the program, or a period (.) to indicate the last line stored.

Errors

  • No line_number is specified: Undefined line number.
  • More characters are written after the line number: Illegal function call.
  • line_number is not in [0 to 65529] Illegal function call.
  • The specified line number does not exist: Undefined line number.

Welcome to the SE BASIC wiki


  • Press RETURN to return to this menu.
  • Enter the name of a TOPIC to display it.
  • Enter EXIT to return to BASIC.

Choose from the following topics:

  1. Quick start guide: QUICK
  2. User's guide: USER
  3. Configuration guide: CONFIG
  4. Language guide: LANGUAGE
  5. Language reference: BASIC
  6. Technical reference: TECH
  7. Developer's guide: DEV
  8. Acknowledgemets: CREDITS
  9. Licenses: LICENSE
Clone this wiki locally