Skip to content
Andrew Owen edited this page May 30, 2023 · 2 revisions

RUN


RUN [line_number | app_name [, p0, p1, ...]]

Executes a program. Existing variables will be cleared and any program in memory will be erased. RUN implies a CLEAR. If an app_name is specified, opens the application.

Parameters

  • line_number is a valid line number in the current program. If specified, execution starts from this line number. The rest of the RUN statement is ignored in this case.
  • The string expression app_name, if specified, is a valid application name (case-insensitive, truncated to the first 11 characters).
  • p0, p1, ... are variables.

Errors

  • line_number is not a line number in the current program: Undefined line number
  • app_name cannot be found: File not found.

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