exist:

Syntax:	exist ( VAR )

Description:

	The exist function returns TRUE (1) if VAR exists, and FALSE
	(0), if VAR does not exist. VAR is any valid variable name.

See Also: who, what
