Program Commands (Com) - Casio fx-9860G SD User Manual

Fx-9860g_sd_fx-9860g_eng
Hide thumbs Also See for fx-9860G SD:
Table of Contents

Advertisement

k Program Commands (COM)
If~Then~(Else~)IfEnd
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). The IfEnd-
statement is always executed following either the Then-statement or Else-statement.
Syntax:
If
numeric expression
Parameters: condition, numeric expression
Description:
(1) If ~ Then ~ IfEnd
• When the condition is true, execution proceeds with the Then-statement and then
continues with the statement following IfEnd.
• When the condition is false, execution jumps to the statement following IfEnd.
(2) If ~ Then ~ Else ~ IfEnd
• When the condition is true, execution proceeds with the Then-statement and then jumps
to the statement following IfEnd.
• When the condition is false, execution jumps to the Else-statement and then continues
with the statement following IfEnd.
For~To~(Step~)Next
Function: This command repeats everything between the For-statement and the Next-
statement. The starting value is assigned to the control variable with the first execution, and
the value of the control variable is changed according to the step value with each execution.
Execution continues until the value of the control variable exceeds the ending value.
Syntax:
For <starting value>
Step <step value>
Parameters:
• control variable name: A to Z
• starting value: value or expression that produces a value (i.e. sin
• ending value: value or expression that produces a value (i.e. sin
• step value: numeric value (default: 1)
8-5-4
Command Reference
_
<condition>
:
^
_
:
Else <statement>
^
<control variable name> To <ending value>
_
Next
:
^
Then <statement>
_
:
<statement>
^
20050401
_
<statement>
:
^
_
:
IfEnd
^
x
, A, etc.)
x
, A, etc.)

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fx-9860g

Table of Contents