
get_ic_attr(?X, -Attr)

   Returns the IC attribute of a variable
	(creating a new attribute if necessary).

Arguments
   X                   A variable
   Attr                The IC attribute of <TT>X</TT>

Type
   library(ic_kernel)

Description

	If X does not already have an IC attribute, it is given a new one.
	Attr is then bound to this attribute (new or old).




