1 10/17/81  subroutine_usage.compin
 2 
 3 Syntax:  .ifi subroutine_usage
 4      OR  .ifi subr_usage
 5 
 6 
 7 Function:
 8 This macro emits an subroutine usage syntax label and prepares for dec-
 9 laration and call usage lines.
10 
11 
12 Macro action:
13 1) inserts 24pt. of white space
14 2) emits the label "USAGE SYNTAX" in 10pt Helvetica Bold Italic flush
15    left, followed by white space appropriate for the device
16 3) sets the text indentation to the second level in preparation for the
17    declaration and call syntax lines (see subroutine_entry.compin.info
18    concerning generation of the declaration and call syntax lines).
19 
20 (END)