NAME
	program - a class, or blueprint for an object

DESCRIPTION
	There is no syntax example in this file because there is no way to
	write constant programs. (yet) New programs are made with
	compile_file() or compile_string(). Programs are only useful as
	arguments to clone() and the only operators that applies to programs
	are == and !=.

KEYWORDS
	type

SEE ALSO
	object, function, builtin/compile_file, builtin/compile_string,
	builtin/clone
