This section details the Editing Commands. This section describes the commands which are used to manipulate the interpreter and enter programs. These commands are used while controlling the ZBI environment from a console connection. Here is a quick list of these commands.
NEW
Clears out the program and variables currently in memory
REM and !
Comment commands
LIST
Lists the program currently in memory
AUTONUM
Automatically generates the next line number
RENUM
Renumbers the program currently in memory
ECHO
Controls whether characters received on the console are echoed back
If you are using ZBI-Developer, the commands that will be most useful are AUTONUM and REM/!.
The following example shows the use of Editing commands from within a console connection.