previous up next     contents index
Next: Procedures Up: Programming Constructs Previous: Lists

Boxes

 

  MzScheme provides mutable boxes, (i.e., records with a single mutable field):

Two boxes are  equal? if the contents of the boxes are equal?.



PLT