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

5 lines
124 B
ObjectPascal
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// При работе с вещественными числами невозможно получить ошибку выполнения
begin
writeln(1/0);
writeln(sqrt(-1));
end.