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