| 'LZ' | Suppress Leading Zeros | 
Suppresses leading zeros for numeric values. This was previously controlled by the 'BX' system parameter.
Printing an expression such as 1/4 normally yields a return value of 0.25. With 'LZ' enabled, the return value would be .25.