HELP CONSREF Steve Hardy, January 1982
consref(<object>) -> <reference>
This procedure takes as argument any object and returns a newly
constructed REF containing that object. The contents of a REF are
accessible with CONT. REFs are printed thus:
consref("a") =>
** <ref a>
See HELP * CONT, HELP * REFERENCES.
--- C.all/help/consref
--- Copyright University of Sussex 1990. All rights reserved. ----------Author: Steve Hardy, January 1982