pascalabcnet/TestSuite/CompilationSamples/GlobalTupleInit.pas

5 lines
48 B
ObjectPascal
Raw Permalink Normal View History

2020-07-09 21:19:03 +03:00
var (a,b) := (1,2);
2017-11-03 22:21:03 +03:00
begin
2020-07-09 21:19:03 +03:00
//Print(b);
2017-11-03 22:21:03 +03:00
end.