[net.works] positional vs named parameters

jbn@wdl1.UUCP (John B. Nagle) (04/12/84)

     Ada has both.  Input-only parameters with default values are
optional and can be ommitted in Ada; this works out nicely for named parameters.

     This should be continued in net.lang.