This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:basic [2024/10/01 07:02] papa [Using BASIC] |
tutorials:basic [2024/10/04 04:14] (current) papa [Using BASIC] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Using BASIC ====== | ====== Using BASIC ====== | ||
- | TWENEX' | + | TWENEX' |
+ | |||
+ | Start BASIC with the EXEC command '' | ||
The following tutorial is adapted from chapter 17. "Using BASIC" in //LOTS DECSYSTEM-20 Overview Manual//(( | The following tutorial is adapted from chapter 17. "Using BASIC" in //LOTS DECSYSTEM-20 Overview Manual//(( | ||
Line 138: | Line 140: | ||
| |Deletes the specified file. More than one file can be specified; for example, UNSAVE DSK: | | |Deletes the specified file. More than one file can be specified; for example, UNSAVE DSK: | ||
- | In the commands above which accept such arguments, if " | + | In the commands above which accept such arguments, if " |
- | The keywords of commands (CATALOG, LIST, etc.) may be abbreviated to their first three letters. Only the three letter abbreviation and the full word form are legal; intermediate abbreviations such as CATAL, for example, are not allowd. If an intermediate abbreviation is used, the extra letters will be seen as part of the command argument (because BASIC does not see blank spaces or tabs at command level.) For example, "CATAL SX:" would be seen as a request to catalog the device " | + | The keywords of commands (CATALOG, LIST, etc.) may be abbreviated to their first three letters. Only the three letter abbreviation and the full word form are legal; intermediate abbreviations such as CATAL, for example, are not allowed. If an intermediate abbreviation is used, the extra letters will be seen as part of the command argument (because BASIC does not see blank spaces or tabs at command level.) For example, "CATAL SX:" would be seen as a request to catalog the device " |
Whenever BASIC finishes executing a command, it types " | Whenever BASIC finishes executing a command, it types " |