Next: Atomics, Up: Scheme reference [Contents][Index]
The (hoot boxes)
module provides boxes, which are single-value,
mutable cells.
Return a new box with an initial stored value of init.
Return the value stored within box.
Set the stored value of box to val.