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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b78c363353551702 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.193.129 with SMTP id ho1mr23795532pbc.8.1340223660515; Wed, 20 Jun 2012 13:21:00 -0700 (PDT) Path: l9ni103pbj.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: "Jeffrey R. Carter" Newsgroups: comp.lang.ada Subject: Re: about the new Ada 2012 pre/post conditions Date: Wed, 20 Jun 2012 13:21:00 -0700 (PDT) Organization: http://groups.google.com Message-ID: <009a6543-1c69-486d-816d-5548d04cf141@googlegroups.com> References: <4f0d55a9-83e1-44fe-8943-0c73a34a594d@googlegroups.com> NNTP-Posting-Host: 184.20.201.198 Mime-Version: 1.0 X-Trace: posting.google.com 1340223660 10406 127.0.0.1 (20 Jun 2012 20:21:00 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 20 Jun 2012 20:21:00 +0000 (UTC) Cc: nma@12000.org In-Reply-To: <4f0d55a9-83e1-44fe-8943-0c73a34a594d@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=184.20.201.198; posting-account=uInPWgoAAAD9VvUJDc0jNwDhBg_137JZ User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-06-20T13:21:00-07:00 List-Id: On Wednesday, June 20, 2012 1:16:44 PM UTC-7, Jeffrey R. Carter wrote: > > if Is_Full (S) then > -- stack is full, do something else > else Push (S, Element); > etc... > end if; -- Jeff Carter jrcarter commercial-at-sign acm (period | full stop) org