+?

This option returns a short explanation of the PRINT options.The format of the option is:

+?

+A

This option appends the output to a specified file instead of an LU. Compare +A to the +O option.

The format of the option is:

+A:outputfilename

+B

This option prints the specified string as a banner headline.

The format of the option is:

+B:string

Note that you may use +b more than once in a single runstring. In the following example, you may request up to six headlines per page by extending the option as shown:

PRINT +b:pascal +b:stuff file.pas file.lod

Here +b is used to combine specified banner headlines with default banners in the same runstring. This runstring prints the following two special headlines before the default banner and header:

PASCALSTUFF

The two headlines in this example precede the first page of output for file.pas.

-B

This option inhibits printing the default banner headline before each file that is printed.

The format of the option is:

–B

The PRINT Utility 43