mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 18:19:54 +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
|
||||
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;
|
||||
|
||||
Implementation
|
||||
|
Loading…
Reference in New Issue
Block a user