pascalabcnet/InstallerSamples/!Tutorial/02_Errors/RuntimeError4.pas

4 lines
172 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(sqrt(-1));
end.