#include defs.wh #include defs.wh2 #define _PAGE-TITLE_ Predefined functions #define _TITLE-HEADER-TEXT_ Predefined functions #include head.wh There are a number of functions which are predefined. These functions are in no way special, and can be used as a pattern for writing your own functions which you can include with the localcode directive. The output of the these functions is stylized. This is on purpose.

Functions are invoked by saying: ## Keep the #call on a line with leading characters to avoid it ## being eaten.

	#call FUNCTION
Functions get the text after the function name as a single string parameter which it can use as appropriate.

The standard functions are: #pragma nodefine

#pragma define #include tail.wh2 #include tail.wh