pascalabcnet/TestSuite/formatter_tests/should/slice.pas
Бондарев Иван 08542175da fix #1017
2018-08-06 09:49:42 +02:00

5 lines
71 B
ObjectPascal

begin
var a := arr(1, 2, 3);
a[:2].println;
a[2:].println
end.