Casio FX-9750G PLUS User's Manual & Technical Reference page 410

Hide thumbs Also See for FX-9750G PLUS:
Table of Contents

Advertisement

20- 11
Command Reference
Parameters:
left side/right side: variable (A to Z,
(such as: A × 2)
P.387
relational operator: =,
Description:
1. The conditional jump compares the contents of two variables or the results of
2. If the comparison returns a true result, execution continues with the statement
Example: Lbl 1 : ? → A :
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)
Function: This command clears the graph screen.
Syntax: ClrGraph_
Description: This command clears the graph screen during program execution.
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.
Function: This command clears the text screen.
Syntax: ClrText_
Description: This command clears text from the screen during program execu-
tion.
382
G G G G G
two expressions, and a decision is made whether or not to execute the jump
based on the results of the comparison.
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 (_).
A > 0 ⇒
Goto 1
ClrGraph
ClrList
ClrText
, θ ), numeric constant, variable expression
r
, >, <, ≥, ≤
A ^

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents