Re: Problems with GET.E

new topic     » goto parent     » topic index » view thread      » older message » newer message

I guess the easy fix is to override the built-in print command.

I.E.:

procedure old_print(integer fn, object x)
  print(fn, x)
end procedure

without warning
procedure print(integer fn, object x)
  print(fn, x)
  puts(fn, 10)
  -- you can replace 10 with '\n' or {10} or "\n"
end procedure
with warning

        Lucius L. Hilley III
        lhilley at cdc.net
+----------+--------------+--------------+
| Hollow   | ICQ: 9638898 | AIM: LLHIII  |
|  Horse   +--------------+--------------+
| Software | http://www.cdc.net/~lhilley |
+----------+-----------------------------+

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu