manpagez: man pages & more
info goops
Home | html | info | man
[ < ] [ > ]   [ << ] [ 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 and display 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 and display print non-GOOPS values in the same way as the Guile primitive write and display functions.


© manpagez.com 2000-2025
Individual documents may contain additional copyright information.