9 lines
99 B
Text
9 lines
99 B
Text
|
|
MODULE inf;
|
||
|
|
|
||
|
|
IMPORT InOut;
|
||
|
|
|
||
|
|
BEGIN
|
||
|
|
InOut.WriteReal (1.0 / 0.0, 12, 12);
|
||
|
|
InOut.WriteLn
|
||
|
|
END inf.
|