mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 21:09:27 +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:8:5);
|
||||||
Writeln('r=',r:7:4);
|
Writeln('r=',r:7:4);
|
||||||
Str(r:7:4,s);
|
Str(r:7:4,s);
|
||||||
Writeln('r=',s,' (as string)')
|
Writeln('r=',s,' (as string)');
|
||||||
str(r,s);
|
str(r,s);
|
||||||
val(s,rr,code);
|
val(s,rr,code);
|
||||||
if r<>rr then halt(1);
|
if r<>rr then halt(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user