> Is there any generic function like CLOS's print-object in STklos?
stklos.stk defines three functions like this:
(write-object o file) is called by the `write' procedure.
(display-object o file) is called by `display'.
(Tk-write-object o file) is called when passing an object to Tk.
In each case `o' is the object to be printed, and `file' is the output
port to print it to.
Received on Mon Feb 05 1996 - 19:14:18 CET
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST