
111
SECTION 7
Editing BASIC Programs
This section describes the procedures for editing, saving, starting, and stopping BASIC programs. An overview of BASIC
program configuration, language definitions, and the use of various BASIC commands, statements, and functions is
provided as well.
7-1
Programming Procedure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
112
7-1-1
Editing BASIC Programs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
112
7-1-2
Saving BASIC Programs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
116
7-1-3
Transferring BASIC Programs Between ASCII Unit and Terminal.
117
7-2
Character Variable Space Allocations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
118
7-3
Starting/Stopping the BASIC Program . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
120
7-3-1
Starting the Program . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
120
7-3-2
Stopping the Program . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
120
7-3-3
Stopping the Program at a Specified Line Number . . . . . . . . . . . . .
120
7-3-4
Continuing the Program after Stopping at a Line . . . . . . . . . . . . . . .
120
7-4
Program Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
121
7-4-1
Command Execution Modes. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
121
7-4-2
Programs, Lines, and Statements . . . . . . . . . . . . . . . . . . . . . . . . . . .
121
7-4-3
Character Set. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
123
7-4-4
Constants. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
123
7-4-5
Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
125
7-4-6
Variable Arrays . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
125
7-4-7
Type Conversion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
126
7-4-8
Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
127
7-5
List of BASIC Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
129
7-6
BASIC Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
139
7-7
User-defined BASIC Functions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
231
7-8
Debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
232
7-8-1
Overview. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
232
7-8-2
Breakpoint Function (BRKPT). . . . . . . . . . . . . . . . . . . . . . . . . . . . .
232
7-8-3
Step Function (STEP) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
233
7-8-4
Variable Monitor Function (WATCH) . . . . . . . . . . . . . . . . . . . . . . .
233
7-8-5
Trace Function (TRON and TRACE) . . . . . . . . . . . . . . . . . . . . . . . .
234
Summary of Contents for C200H-ASC11
Page 1: ...C200H ASC11 ASC21 ASC31 ASCII Units Operation Manual Revised June 2000...
Page 2: ...iv...
Page 4: ...vi...