
20 • CREATING EXPRESSIONS
20–21
• • • • •
20 • Placeholder
Example 2: Nested if–then–else
This expression:
If statement1 Then
If statement2 Then value1
Else value2
Else value3
is interpreted in this way:
value3 value2
statement2
exit
true
false
value1
enter
statement1
true
false
Komentarze do niniejszej Instrukcji