User guide

FORMS DESCRIPTION LANGUAGE
XEROX DOCUPRINT 180 LPS FORMS CREATION GUIDE 3-41
END command
Terminating an FSL The description of a form is terminated with an END command. The
command syntax is as follows:
END;
An FSL file can contain more than one file. Therefore, if additional
FSL files follow an END command, the end of all FSLs to be
processed is indicated by two consecutive END commands. The
command syntax is:
END;END;