TITLE(name @@ Variable Names)
USAGE(
name(string)
as.name(x)
is.name(x)
)
ALIAS(name)
ALIAS(as.name)
ALIAS(is.name)
DESCRIPTION(
LANG(name) takes the given character string
and returns a name (or symbol) which has that string
as a print-name.
PARA
LANG(as.name) coerces its argument to be a name. 
The argument must be of mode LANG("character").
PARA
LANG(is.name) returns LANG(TRUE) or LANG(FALSE)
depending on whether its arument is a name or not.
)
