10.  Producing an Entire Page Bypassing the Merge Operation.

If you wish to bypass the merge operation and produce an entire page yourself you can do so. Simply set the variable RESX to the ascii string that represents the HTML page. Then execute a RETURN statement to leave the generated subroutine early. 1 2 3 4 5 6 7 8 9 10 11 12