index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpcsrc
/
tests
/
webtbs
/
tw0814.pp
blob: db425b48056abe3ce386aaf14fe29c387841bfbc (
plain
)
1
2
3
4
5
const MaxFloat80
=
1.1E+4932
;
begin
Writeln
(
MaxFloat80
);
end
.