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: a07f3367d7,7c7fba57c4978feb X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!a39g2000pre.googlegroups.com!not-for-mail From: Adam Beneschan Newsgroups: comp.lang.ada Subject: Re: Why no named case statements? Date: Fri, 4 Sep 2009 17:49:17 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8019ec92-6957-4122-b83b-b06ec466e0d6@a39g2000pre.googlegroups.com> References: <5233a224-07c1-4a7b-906e-b4cb8e193c85@y42g2000yqb.googlegroups.com> NNTP-Posting-Host: 66.126.103.122 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1252111757 9186 127.0.0.1 (5 Sep 2009 00:49:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 5 Sep 2009 00:49:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a39g2000pre.googlegroups.com; posting-host=66.126.103.122; posting-account=duW0ogkAAABjRdnxgLGXDfna0Gc6XqmQ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8173 Date: 2009-09-04T17:49:17-07:00 List-Id: On Sep 4, 5:29=A0pm, Robert A Duff wrote: > Decide_This: begin > =A0 case Some_Variable is > =A0 ... > =A0 end case Decide_This; > end Decide_This; Well, you can't say "end case Decide_This;", but I assume that was just a typo. But anyway, I like this solution. It should accomplish its purpose nicely. -- Adam