/Fs /Slnumber
/Fs /Spnumber
/Fs /Ssstring
/Fs /Slstring
When combined with the /Fs option, the /Sl, /Sp, /Ss, and /St options set the following source-listing attributes:
Option | Attribute |
/St | Title; enclose argument in quotes if spaces or tabs are present. |
/Ss | Subtitle; enclose argument in quotes if spaces or tabs are present. |
/Sl | Line width; argument must be an integer between 79 and 132; default is 79. |
/Sp | Page length; argument must be an integer between 15 and 255; default is 63. |
An option applies to the arguments that follow it on the command line or until the next occurrence of the option. A space between /St, /Ss, /Sl, or /Sp and number is optional. A space is required between /Fs and any of these four options.
If the source file compiles with no errors more serious than warning errors, the source listing includes tables of local symbols, global symbols, and parameter symbols for each function.
None of the /S options are supported by the Fast Compile option (/f) or by the p-code option (/Oq).