4 lines
78 B
ObjectPascal
4 lines
78 B
ObjectPascal
begin
|
|
var b: array [,] of byte := ((1, 2), 6, (5, 6));
|
|
b.Println;
|
|
end. |