3 lines
47 B
ObjectPascal
3 lines
47 B
ObjectPascal
|
|
begin
|
||
|
|
Arr(1,2,3).ForEach(x -> Print(x));
|
||
|
|
end.
|