pascalabcnet/TestSuite/CompilationSamples/GlobalTupleInit.pas
2017-11-03 22:21:03 +03:00

5 lines
34 B
ObjectPascal

var (a,b) := (1,2);
begin
end.