586022
68
Zoom out
Zoom in
Vorherige Seite
1/80
Nächste Seite
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

Brauchen Sie Hilfe? Stellen Sie Ihre Frage.

Forenregeln

Missbrauch melden von Frage und/oder Antwort

Libble nimmt den Missbrauch seiner Dienste sehr ernst. Wir setzen uns dafür ein, derartige Missbrauchsfälle gemäß den Gesetzen Ihres Heimatlandes zu behandeln. Wenn Sie eine Meldung übermitteln, überprüfen wir Ihre Informationen und ergreifen entsprechende Maßnahmen. Wir melden uns nur dann wieder bei Ihnen, wenn wir weitere Einzelheiten wissen müssen oder weitere Informationen für Sie haben.

Art des Missbrauchs:

Zum Beispiel antisemitische Inhalte, rassistische Inhalte oder Material, das zu einer Gewalttat führen könnte.

Beispielsweise eine Kreditkartennummer, persönliche Identifikationsnummer oder unveröffentlichte Privatadresse. Beachten Sie, dass E-Mail-Adressen und der vollständige Name nicht als private Informationen angesehen werden.

Forenregeln

Um zu sinnvolle Fragen zu kommen halten Sie sich bitte an folgende Spielregeln:

Neu registrieren

Registrieren auf E - Mails für Casio fx-50F PLUS wenn:


Sie erhalten eine E-Mail, um sich für eine oder beide Optionen anzumelden.


Andere Handbücher von Casio fx-50F PLUS

Casio fx-50F PLUS Bedienungsanleitung - Deutsch - 87 seiten


Das Handbuch wird per E-Mail gesendet. Überprüfen Sie ihre E-Mail.

Wenn Sie innerhalb von 15 Minuten keine E-Mail mit dem Handbuch erhalten haben, kann es sein, dass Sie eine falsche E-Mail-Adresse eingegeben haben oder dass Ihr ISP eine maximale Größe eingestellt hat, um E-Mails zu erhalten, die kleiner als die Größe des Handbuchs sind.

Ihre Frage wurde zu diesem Forum hinzugefügt

Möchten Sie eine E-Mail erhalten, wenn neue Antworten und Fragen veröffentlicht werden? Geben Sie bitte Ihre Email-Adresse ein.



Info