7 lines
58 B
Text
7 lines
58 B
Text
|
|
VAR
|
||
|
|
b,c: BOOLEAN;
|
||
|
|
...
|
||
|
|
b := TRUE;
|
||
|
|
c := FALSE;
|
||
|
|
...
|