HELP STYLE                                                 Jocelyn Paine


<to be finished>

Main points are to separate the public and private parts of anything
that's conceptually a module (whether or not the system permits private
names to be hidden), putting the specification of all exported
procedures in the former, and using standard conventions (such as PUBLIC
proc) to make searching easier.

Also to use top-down textual ordering of procedures, something which
unfortunately conflicts with the way Pop-11 handles undeclared
variables.
