373
Command Reference
20- 11
: (Multi-statement Command)
Function:
Connects two statements for sequential execution without stopping.
Description:
1. Unlike the output command (
^
), statements connected with the multi-
statement command are executed non-stop.
2. The multi-statement command can be used to link two calculation expressions
or two commands.
3. You can also use a carriage return indicated by
_
in place of the multi-
statement command.
_
_
_
_
_
(Carriage Return)
Function:
Connects two statements for sequential execution without stopping.
Description:
1. Operation of the carriage return is identical to that of the multi-statement
command.
2. Using a carriage return in place of the multi-statement command makes the
displayed program easier to read.
k
k
k
k
k
Program Commands (COM)
If~Then
Function:
The Then-statement is executed only when the If-condition is true (non-
zero).
Syntax:
Parameters:
condition, numeric expression
Description:
1. The Then-statement is executed only when the If-condition is true (non-zero).
2. If the condition is false (0), the Then-statement is not executed.
3. An If-condition must always be accompanied by a Then-statement. Omitting
the Then-statement results in an error.
Example:
If A = 0
_
Then ”A = 0”
_
_
If
<condition>
:
Then <statement>
:
<statement>
numeric expression
^
^
Summary of Contents for CFX-9850G PLUS
Page 23: ... fx 9750G PLUS CFX 9850G PLUS CFX 9850GB PLUS CFX 9850GC PLUS CFX 9950GB PLUS ...
Page 28: ...xxvi Contents ...
Page 100: ...72 ...
Page 126: ...98 ...
Page 170: ...142 ...
Page 180: ...152 ...
Page 208: ...180 ...
Page 220: ...192 ...
Page 232: ...204 ...
Page 348: ...98 ...
Page 438: ...410 ...
Page 449: ...421 1 2 3 4 5 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 450: ...422 Program for Circle and Tangents No 4 Step Key Operation Display 6 7 8 9 10 ...
Page 451: ...423 11 12 13 14 15 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 452: ...424 16 17 18 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 455: ...427 1 2 3 4 5 Program for Rotating a Figure No 5 Step Key Operation Display ...
Page 484: ...456 ...