[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.11.5 Write and Display
- primitive generic: write object port
- primitive generic: display object port
When GOOPS is loaded,
write
anddisplay
become generic functions with special methods for printing-
objects - instances of the class
<object>
-
foreign objects - instances of the class
<foreign-object>
-
classes - instances of the class
<class>
-
generic functions - instances of the class
<generic>
-
methods - instances of the class
<method>
.
write
anddisplay
print non-GOOPS values in the same way as the Guile primitivewrite
anddisplay
functions.-
objects - instances of the class