Optional parameter support

Optional parameters are represented by a zero address in the parameter address list. Not all HLL compilers are capable of generating this form of optional parameter. Thus, the syntax examples are misleading for some HLLs.

Language Environment tolerates the high-order bit on in the parameter address list for an optional parameter. The high-order bit is used to indicate the "end-of-list".