Re: print-object

From: Erik Ostrom <eostrom_at_k2.ccs.neu.edu>
Date: Mon, 05 Feb 1996 12:44:22 -0500

> 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