comp.lang.ada
 help / color / mirror / Atom feed
* Preferred style of use-clauses
@ 1986-08-02 13:01 "David S. Bakin"
  1986-08-05 17:15 ` alden%jade
  0 siblings, 1 reply; 4+ messages in thread
From: "David S. Bakin" @ 1986-08-02 13:01 UTC (permalink / raw)


Can anyone tell me which of the following two styles is preferred,
or how they differ, or even just which YOU prefer?  (If you prefer
NOT to use use-clauses you could let me know if you wish, but tell
me why.)  I'll summarize for the net.  THANKS  -- Dave Bakin
(Bakin -at mit-multics.arpa)

Style 1:

    with this;
     use this;
    with that;
     use that;
    {package/procedure/function} interesting is
     ...
    begin
     ...
    end;

Style 2:

    with this;
    with that;
    {package/procedure/function} interesting is
       use this;
       use that;
       ...
    begin
       ...
    end;

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1986-08-13 21:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1986-08-02 13:01 Preferred style of use-clauses "David S. Bakin"
1986-08-05 17:15 ` alden%jade
1986-08-06 20:45   ` Larry Wall
1986-08-13 21:11     ` Michael Vilot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox