Casio FX-9750G plus User Manual page 402

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

Advertisement

20- 11
374
Downloaded from
www.Manualslib.com
Command Reference
If~Then~IfEnd
Function: The Then-statement is executed only when the If-condition is true (non-
zero). The IfEnd-statement is always executed: after the Then-statement is
executed or directly after the If-condition when the If-condition is false (0).
Syntax:
If
<condition>
numeric expression
Parameters: condition, numeric expression
Description:
This command is almost identical to If~Then. The only difference is that the IfEnd-
statement is always executed, regardless of whether the If-condition is true (non-
zero) or false (0).
Example: If A = 0 _
Then "A = 0" _
IfEnd_
"END"
If~Then~Else
Function: The Then-statement is executed only when the If-condition is true (non-
zero). The Else-statement is executed when the If-condition is false (0).
Syntax:
If
<condition>
numeric expression
_
:
^
Parameters: condition, numeric expression
Description:
1. The Then-statement is executed when the If-conditions is true (non-zero).
2. The Else-statement is executed when the If-conditions is false (zero).
Example: If A = 0 _
Then "TRUE" _
Else "FALSE"
manuals search engine
_
:
Then <statement>
^
_
:
^
_
Then <statement>
:
^
_
Else <statement>
:
^
_
<statement>
IfEnd
:
^
_
<statement>
:
^
<statement>

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents