
Creating expressions 14–27
Example 2: Nested if–then–else
This expression:
if (statement1) then
if (statement2) then (value1)
else (value2)
else (value3)
has this interpretation:
enter
statement1
value3
exit
true
false
value
2
statement2
true
value
1
false
Comentarios a estos manuales