This commit is contained in:
ceriel
1987-06-29 12:27:50 +00:00
parent 5badb261c6
commit ab2cea7a0f
3 changed files with 31 additions and 32 deletions

View File

@@ -82,7 +82,7 @@ DEFINITION MODULE PascalIo;
result in "card".
Syntax:
real --> [(+|-)] digit {digit} [. digit {digit}]
[ (e|E) [(+|-)] digit {digit} ]
[ E [(+|-)] digit {digit} ]
If no real is read, or when overflow/underflow occurs, a runtime error
results.
Input stops at the character following the integer.