pascalabcnet/_Presentations/2015 New Features/Programs/08_Rec-2.pas

4 lines
79 B
ObjectPascal
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
begin
var p := Rec('Петрова',18);
2015-05-14 22:35:07 +03:00
Println(p, p.Item1, p.Item2);
end.