
local reference(+Name)

   Creates a named reference called Name.

Arguments
   Name                An atom.

Type
   Obsolete

Description
   This creates a named reference with the atomic name Name and an initial
   value of 0.  This form is deprecated, please use the equivalent

        local reference(Name, 0).	



Modes and Determinism
   reference(+) is det

Exceptions
     4 --- Name is not instantiated.
     5 --- Name is not an atom.

Examples
   



See Also
   reference / 2
