|
First Pass
|
|
If we do not distinguish between and then |
|
Second Pass
in(if) = in(if-then)
in(then) = (in(if)) |
If we do not distinguish between the true and the false parts
in(if) = in(if-then)
in(then) =
(in(if)) |
If-then-else Construct
First Pass
Second Pass
in(if) = in(if-then-else)
in(then) =
(in(if))
in(else) =
(in(if)) |
|