Casio FX-CG10 Manuel d'utilisateur Page 297

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 601
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 296
CASIO
8-13
: ( Multi-statement Command)
Function: Connects two statements for sequential execution without stopping.
Description:
Unlike the output command ( ^), statements connected with the multi-statement command
are executed non-stop.
The multi-statement command can be used to link two calculation expressions or two
commands.
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:
Operation of the carriage return is identical to that of the multi-statement command.
You can create a blank line in a program by inputting a carriage return only. Using a carriage
return in place of the multi-statement command makes the displayed program easier to read.
’ ( Comment Text Delimiter)
Function: Indicates comment text inserted inside a program.
Description: Anything following the apostrophe is treated as non-executable comment text.
k Program Commands (COMMAND)
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 <condition>
_
:
^
Then <statement>
_
:
^
<statement>
numeric expression
_
:
^
Else <statement>
_
:
^
<statement>
_
:
^
IfEnd
Vue de la page 296
1 2 ... 292 293 294 295 296 297 298 299 300 301 302 ... 600 601

Commentaires sur ces manuels

Pas de commentaire