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