7 lines
67 B
Text
7 lines
67 B
Text
|
|
VAR
|
||
|
|
a,b,c: BOOLEAN;
|
||
|
|
...
|
||
|
|
a := TRUE;
|
||
|
|
b := FALSE;
|
||
|
|
c := 1 > 2;
|