Skip to content

STATEMEN

Andrew Owen edited this page May 30, 2023 · 1 revision

Statements


A program line is composed of a line number and one or more statements. If multiple statements are put on one line, they must be separated by colons (:). Statements may be empty. Each statement has its own idiosyncratic syntax.

Many reference works distinguish commands and statements; this distinction stems from the original Dartmouth design of the BASIC language, in which commands were not part of the language and could not be used in programs, but were rather used to control the interpreter itself. However, in SE Basic IV this distinction is less useful and therefore this reference includes what is traditionally thought of as commands in the category of statements.

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