586022
69
Zoom out
Zoom in
Previous page
1/80
Next page
E-68
For~To~Next
Syntax For {expression (starting value)}
{variable (control variable)} To {expression
(ending value)} : {statement} : ... {statement} : Next : ....
Function Execution of the statements from For to Next repeats as the control variable
is incremented by 1 with each execution, starting from the starting value.
When the value of the control value reaches the ending value, execution
jumps to the statement following Next. Program execution stops if there is no
statement following Next.
Example For 1
A To 10 : A
2 B : B
^ Next
For~To~Step~Next
Syntax For {expression (starting value)}
{variable (control variable)} To {expression
(ending value)} Step {expression (step)} : {statement} : ... {statement} :
Next : ....
Function Execution of the statements from For to Next repeats as the control variable
is incremented by the step amount with each execution, starting from the
starting value. Except for that, this command is the same as For~To~Next.
Example For 1
A To 10 Step 0.5 : A
2 B : B
^ Next
A Control Structure Commands/While Statement
g
While~WhileEnd
Syntax While {conditional expression} : {statement} : ... {statement} : WhileEnd : ....
Function The statements from While to WhileEnd are repeated while the conditional
expression following While is true (non-zero). When the conditional
expression following While becomes false (0), the statement following
WhileEnd is executed.
Example ?
A : While A < 10 : A
2^ A+1 A : WhileEnd : A÷2
Note
If the condition of the While statement is false the fi rst time this command is executed,
execution jumps directly to the statement following WhileEnd without executing the
statements from While to WhileEnd even once.
A Program Control Commands
g
Break
Syntax .. : {Then ; Else ;
S } Break : ..
Function This command forces a break in a For or While loop, and jumps to the next
command. Normally, this command is used inside of a Then statement in
order to apply a Break condition.
Example ?
A : While A > 0 : If A > 2 : Then Break : IfEnd : WhileEnd : A
^
A Setup Commands
These commands function the same way as the calculator’s various setup settings. For
more information, see “Calculator Setup” on page 8.
69


Need help? Post your question in this forum.

Forumrules


Report abuse

Libble takes abuse of its services very seriously. We're committed to dealing with such abuse according to the laws in your country of residence. When you submit a report, we'll investigate it and take the appropriate action. We'll get back to you only if we require additional details or have more information to share.

Product:

For example, Anti-Semitic content, racist content, or material that could result in a violent physical act.

For example, a credit card number, a personal identification number, or an unlisted home address. Note that email addresses and full names are not considered private information.

Forumrules

To achieve meaningful questions, we apply the following rules:

Register

Register getting emails for Casio fx-50F PLUS at:


You will receive an email to register for one or both of the options.


Get your user manual by e-mail

Enter your email address to receive the manual of Casio fx-50F PLUS in the language / languages: English as an attachment in your email.

The manual is 0,65 mb in size.

 

You will receive the manual in your email within minutes. If you have not received an email, then probably have entered the wrong email address or your mailbox is too full. In addition, it may be that your ISP may have a maximum size for emails to receive.

Others manual(s) of Casio fx-50F PLUS

Casio fx-50F PLUS User Manual - German - 87 pages


The manual is sent by email. Check your email

If you have not received an email with the manual within fifteen minutes, it may be that you have a entered a wrong email address or that your ISP has set a maximum size to receive email that is smaller than the size of the manual.

The email address you have provided is not correct.

Please check the email address and correct it.

Your question is posted on this page

Would you like to receive an email when new answers and questions are posted? Please enter your email address.



Info