Warning: This is the manual of the legacy Guile 2.0 series. You may want to read the manual of the current stable series instead.
Previous: SRFI-105, Up: SRFI Support [Contents][Index]
SRFI-111 provides boxes: objects with a single mutable cell.
Return a newly allocated box whose contents is initialized to value.
Return true if obj is a box, otherwise return false.
Return the current contents of box.
Set the contents of box to value.