VARIABLES

ErrorDB uses the following variables:
comment		string describing the current error information structure
date		dateformat
formatter	formatter to be used by the print command
sortorder	order in which errors will be listed in Users Manual
time		timeformat
version		string describing version

Variables are used in ErrorDB as commands.  Follows a complete description
on how to use them.

variable	display the value of the named variable
variable = value
		assign the given value to the named variable.  The equals
		sign (=) may appear anywhere in the line.
*=		display all variables
variable*=	list the names and values of variables which begin with
		"variable"
SEE ALSO
	comment, date, formatter, sortorder, time, version
