Casio Graphical Calculator Encyclopaedia

Token: =>
Type: Conditional construct
Usage:


<expr_1> <rel_op> <expr_2> => <statement>   [1]

<expr_1> => <statement>                     [2]

Definition:

[1] : Executes <statement> if the equality/inequality <expr_1> <rel_op> <expr_2> is true. <rel_op> can be any of: =, <>, <, >, <=, >=

[2] (fx-9x50s only): Executes <statement> if <expr_1> is true (non-zero).


Other information:

This is a one-line form of the If..Then..IfEnd construct available on the fx-9x50s. It should be used when you only want a single-statement response to the condition being tested. It is usually best to use this form for single commands and If..Then..IfEnd for multiple commands or when you need the "Else".

It also acts as a syntax break, with a precedence effectively as low as newlines.


See also: If..Then..Else..EndIf, Goto
Return to index
This page was created by Tom Lynn. Comments etc. to: thl22@cam.ac.uk.
This page last updated: Friday, 30 April, 1999

Written in notepad and compiled with WTA, for clean, consistent HTML.

Validate this page with WebTechs  - Validate this page with KGV  - Best Viewed With Any Browser