586022
68
Verklein
Vergroot
Pagina terug
1/80
Pagina verder
E-67
Example Lbl 1 : ?
A : A
> 0 S'(A) ^ Goto 1
=, , >, >, <, < (Relational Operators)
Syntax {expression} {relational operator} {expression}
Function These commands evaluate the expressions on either side, and return a value
of true (1) or false (0). These commands are used in combination with the
branching command
S, and when structuring the {conditional expression} of
If statements and While statements.
Example See the entries for
S (page 66), If statement (page 67), and While statement
(page 68).
Note
These commands evaluate the expressions on either side, and return 1 if true and 0 if false,
and store the result in Ans.
A Control Structure Commands/If Statement
g
The If statement is used to control program execution branching according to whether the
expression following If (which is the branching condition) is true or false.
If Statement Precautions
• An If must always be accompanied by a Then. Using an If without a corresponding Then
will result in a Syntax ERROR.
• An expression, Goto command, or Break command can be used for the {expression*}
following Then and Else.
If~Then (~Else) ~IfEnd
Syntax If {conditional expression} : Then {expression*} : Else {expression*} : IfEnd :
{statement} : ...
Function The statements following Then are executed up to Else, and then the
statements following IfEnd are executed when the conditional statement
following If is true. The statements following Else and then the statements
following IfEnd are executed when the conditional statement following If is
false.
Else {expression} may be omitted.
Always include the IfEnd:{statement}. Omitting it will not cause an error,
but certain program contents can cause unexpected execution results by
everything after the If statement.
Example 1 ?
A : If A < 10 : Then 10A
^ Else 9A ^ IfEnd : Ans×1.05
Example 2 ?
A : If A > 0 : Then A × 10
A : IfEnd : Ans×1.05
A Control Structure Commands/For Statement
g
The For statement repeats execution of the statements between For and Next as long as
the value assigned to the control variable is within the specifi ed range.
For Statement Precautions
A For statement must always be accompanied by a Next statement. Using a For without a
corresponding Next will result in a Syntax ERROR.
68

Hulp nodig? Stel uw vraag in het forum

Spelregels

Misbruik melden

Gebruikershandleiding.com neemt misbruik van zijn services uitermate serieus. U kunt hieronder aangeven waarom deze vraag ongepast is. Wij controleren de vraag en zonodig wordt deze verwijderd.

Product:

Bijvoorbeeld antisemitische inhoud, racistische inhoud, of materiaal dat gewelddadige fysieke handelingen tot gevolg kan hebben.

Bijvoorbeeld een creditcardnummer, een persoonlijk identificatienummer, of een geheim adres. E-mailadressen en volledige namen worden niet als privégegevens beschouwd.

Spelregels forum

Om tot zinvolle vragen te komen hanteren wij de volgende spelregels:

Belangrijk! Als er een antwoord wordt gegeven op uw vraag, dan is het voor de gever van het antwoord nuttig om te weten als u er wel (of niet) mee geholpen bent! Wij vragen u dus ook te reageren op een antwoord.

Belangrijk! Antwoorden worden ook per e-mail naar abonnees gestuurd. Laat uw emailadres achter op deze site, zodat u op de hoogte blijft. U krijgt dan ook andere vragen en antwoorden te zien.

Abonneren

Abonneer u voor het ontvangen van emails voor uw Casio fx-50F PLUS bij:


U ontvangt een email met instructies om u voor één of beide opties in te schrijven.


Ontvang uw handleiding per email

Vul uw emailadres in en ontvang de handleiding van Casio fx-50F PLUS in de taal/talen: Engels als bijlage per email.

De handleiding is 0,65 mb groot.

 

U ontvangt de handleiding per email binnen enkele minuten. Als u geen email heeft ontvangen, dan heeft u waarschijnlijk een verkeerd emailadres ingevuld of is uw mailbox te vol. Daarnaast kan het zijn dat uw internetprovider een maximum heeft aan de grootte per email. Omdat hier een handleiding wordt meegestuurd, kan het voorkomen dat de email groter is dan toegestaan bij uw provider.

Stel vragen via chat aan uw handleiding

Stel uw vraag over deze PDF

loading

Andere handleiding(en) van Casio fx-50F PLUS

Casio fx-50F PLUS Gebruiksaanwijzing - Deutsch - 87 pagina's


Uw handleiding is per email verstuurd. Controleer uw email

Als u niet binnen een kwartier uw email met handleiding ontvangen heeft, kan het zijn dat u een verkeerd emailadres heeft ingevuld of dat uw emailprovider een maximum grootte per email heeft ingesteld die kleiner is dan de grootte van de handleiding.

Er is een email naar u verstuurd om uw inschrijving definitief te maken.

Controleer uw email en volg de aanwijzingen op om uw inschrijving definitief te maken

U heeft geen emailadres opgegeven

Als u de handleiding per email wilt ontvangen, vul dan een geldig emailadres in.

Uw vraag is op deze pagina toegevoegd

Wilt u een email ontvangen bij een antwoord en/of nieuwe vragen? Vul dan hier uw emailadres in.



Info