FIT
100
© Copyright University of Washington 1999-2000
More Complex Conditionals
v
The basic conditional is too limited, so generalize it
v
General form of an If-statement
o
If <
T/F expression
> Then
o
<
statement list
>
o
End If
v
Example:
o
If temp >= 212 Then
;
state = “gaseous”
;
form = “steam”
o
End If
List terminator, one word