PROCEDURE must be followed by one of the keywords EXPOSE; found bad keyword

Synopsis
You specified some keyword after the keyword PROCEDURE which Reginald does not recognize as one of the acceptable choices. Reginald lists the keywords that are allowed after PROCEDURE in the error message. What you supplied was bad keyword, and that isn't supported by Reginald.

Cause
You tried to specify some variable name (that you wish to expose) after PROCEDURE, but forget to put both the EXPOSE keyword first.

Cure
Make sure that you follow PROCEDURE with the EXPOSE keyword. For example, the following exposes the variable 'My_Var' in a procedure named 'My_Sub':

My_Sub: PROCEDURE EXPOSE My_Var
Cause
You misspelled the keyword, for example EXPOZE instead of EXPOSE. Check that bad keyword is exactly what you intended.

Cure
Learn to spell, rat-face.

Cause
bad keyword is exactly what you want, but Reginald does not seem to support it.

Cure
Update to the latest version of Reginald at Reginald's web site.