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=1.0 required=5.0 tests=BAYES_20,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,26a580f6f38f0b22,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g47g2000cwa.googlegroups.com!not-for-mail From: "e.coli" Newsgroups: comp.lang.ada Subject: newbie question... Date: 3 Jul 2005 10:58:49 -0700 Organization: http://groups.google.com Message-ID: <1120413528.973603.160220@g47g2000cwa.googlegroups.com> NNTP-Posting-Host: 82.50.80.36 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1120413533 25577 127.0.0.1 (3 Jul 2005 17:58:53 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 3 Jul 2005 17:58:53 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: g47g2000cwa.googlegroups.com; posting-host=82.50.80.36; posting-account=OjhBzA0AAAC7IWpsLrvIpzjmXdzmh93y Xref: g2news1.google.com comp.lang.ada:11842 Date: 2005-07-03T10:58:49-07:00 List-Id: what is the difference?: accept foo; ... code accept foo do ... same code above ... end foo; thaks