This website requires JavaScript.
Explore
Help
Register
Sign In
administrator
/
pascalabcnet
Watch
1
Star
0
Fork
You've already forked pascalabcnet
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
dev
pascalabcnet
/
InstallerSamples
/
!Tutorial
/
02_Errors
/
RuntimeError3.pas
6 lines
141 B
ObjectPascal
Raw
Permalink
Normal View
History
Unescape
Escape
fix #1419
2018-10-26 20:12:42 +03:00
// При вещественном делении на 0 ошибки не возникает
initial commit
2015-05-14 22:35:07 +03:00
var
r
:
real
:
=
0
;
begin
fix #1419
2018-10-26 20:12:42 +03:00
Write
(
1
/
r
)
;
initial commit
2015-05-14 22:35:07 +03:00
end
.
Reference in a new issue
Copy permalink