RosettaCodeData/Task/Boolean-values/Component-Pascal/boolean-values.component
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

6 lines
58 B
Text

VAR
b,c: BOOLEAN;
...
b := TRUE;
c := FALSE;
...