mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
* fixed typo
This commit is contained in:
parent
eca8cbb3be
commit
53dfbeb145
@ -18,7 +18,7 @@ Begin
|
||||
Writeln('r=',r:8:5);
|
||||
Writeln('r=',r:7:4);
|
||||
Str(r:7:4,s);
|
||||
Writeln('r=',s,' (as string)')
|
||||
Writeln('r=',s,' (as string)');
|
||||
str(r,s);
|
||||
val(s,rr,code);
|
||||
if r<>rr then halt(1);
|
||||
|
Loading…
Reference in New Issue
Block a user