make-cell

[procedure] make-cell value

Scheme48: Cell is an object that holds a value, and is useful for indirection.

See also cell?, cell-ref, cell-set!.

ChezScheme has an object box which is similar to cell. See box.