TITLE(warning @@ Warning Messages)
USAGE(
warning(message)
)
ALIAS(warning)
DESCRIPTION(
LANG(warning) prints the message given as its argument.
)
EXAMPLES(
if(eigenval < 1.e-7) warning("system near singular")
)
