odd lines by yt

with text_io;use text_io;procedure a is\x0d
begin put_line(get_line);put(current_error,get_line);a;end;

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

download

return to the top page