From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: ** X-Spam-Status: No, score=2.1 required=5.0 tests=BAYES_05,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!mailrus!ncar!dinl!schwartz From: schwartz@dinl.uucp (Michael Schwartz) Newsgroups: comp.lang.ada Subject: Re: Use of "is separate" and compilatio Message-ID: <1501@dinl.mmc.UUCP> Date: 4 Dec 89 16:52:44 GMT References: <20600021@inmet> <3076@cbnewsl.ATT.COM> <60@array.UUCP> Reply-To: schwartz@dinl.UUCP (Michael Schwartz) Organization: Martin Marietta I&CS, Denver CO. List-Id: > why do we need 'is separate' This is just another tool to break up long files (and thus reduce the burden of changes for recompilation). Imagine a package with a task embedded in the body (easy to imagine). Imagine the task is substantial. The task spec can appear in the body, while the task body 'is separate'. -- ----------------------- schwartz@pogo.den.mmc.com "Expect everything ... mschwartz@mmc.com and the unexpected never happens." ncar!dinl!schwartz --the phantom tollbooth DISCLAIMER: The opinions expressesed are not necessarily those of my employer or myself.