pascalabcnet/TestSamples/FormatterTests/input/Program24.pas
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

5 lines
72 B
ObjectPascal

begin
var d:decimal:=1/2;
write(d);
//write(decimal(1/2));
end.