comp.lang.ada
 help / color / mirror / Atom feed
From: Bakin@MIT-MULTICS.ARPA ("David S. Bakin")
Subject: Preferred style of use-clauses
Date: Sat, 2-Aug-86 09:01:00 EDT	[thread overview]
Date: Sat Aug  2 09:01:00 1986
Message-ID: <860802130119.442853@MIT-MULTICS.ARPA> (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;

             reply	other threads:[~1986-08-02 13:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1986-08-02 13:01 "David S. Bakin" [this message]
1986-08-05 17:15 ` Preferred style of use-clauses alden%jade
1986-08-06 20:45   ` Larry Wall
1986-08-13 21:11     ` Michael Vilot
replies disabled

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