mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:29:26 +02:00
* fixed syntax errors
git-svn-id: trunk@6632 -
This commit is contained in:
parent
cc1dfcae7e
commit
50df461337
@ -8,7 +8,8 @@ Type TRecord = packed Record
|
|||||||
a, b, c, d, e, f, g, h, i: Boolean
|
a, b, c, d, e, f, g, h, i: Boolean
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Var ARecord:TRecord = (False, True, True, True, False, True, False, False, True);
|
Var ARecord:TRecord = (a: False; b: True; c: True; d: True; e: False;
|
||||||
|
f: True; g: False; h: False; i: True);
|
||||||
s: Integer;
|
s: Integer;
|
||||||
|
|
||||||
Implementation
|
Implementation
|
||||||
|
Loading…
Reference in New Issue
Block a user