Real Zero by dalinaum

with Text_Io;use Text_Io;\x0d
procedure test is\x0d
begin\x0d
put("0.0");\x0d
end test;\x0d

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page