382
Parameters:
left side/right side: variable (A to Z,
r
,
θ
), numeric constant, variable expression
(such as: A
×
2)
relational operator: =,
G
G
G
G
G
, >, <,
≥
,
≤
Description:
1. The conditional jump compares the contents of two variables or the results of
two expressions, and a decision is made whether or not to execute the jump
based on the results of the comparison.
2. If the comparison returns a true result, execution continues with the statement
following the
⇒
command. If the comparison returns a false result, execution
jumps to the statements following the multi-statement command (:), display
command (
^
), or carriage return (
_
).
Example:
Lbl 1 : ?
→
A :
A
>
0
⇒
A
^
Goto 1
With this program, inputting a value of zero or greater calculates and displays the
square root of the input value. Inputting a value less than zero returns to the input
prompt without calculating anything.
k
k
k
k
k
Clear Commands (CLR)
ClrGraph
Function:
This command clears the graph screen.
Syntax:
ClrGraph
_
Description:
This command clears the graph screen during program execution.
ClrList
Function:
This command clears list data.
Syntax:
ClrList
_
Description:
This command clears the contents of the currently selected list (List
1 to List 6) during program execution.
ClrText
Function:
This command clears the text screen.
Syntax:
ClrText
_
Description:
This command clears text from the screen during program execu-
tion.
20- 11
Command Reference
P.387
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 ...