init
[testub10.git] / scanner / lewurm_00.out
1 method
2 ident blabb
3 var
4 ident foo
5 :=
6 num 5
7 ;
8 if
9 ident foo
10 <
11 num f3
12 then
13 ident foo
14 :=
15 ident foo
16 -
17 num 3
18 ;
19 else
20 ident foo
21 :=
22 ident foo
23 *
24 num 4
25 ;
26 end