4 lines
53 B
ObjectPascal
4 lines
53 B
ObjectPascal
|
|
begin
|
||
|
|
var t := True? (0,0): (1,1);
|
||
|
|
Print(t);
|
||
|
|
end.
|