comp.lang.ada
 help / color / mirror / Atom feed
From: Christoph Grein <christoph.grein@eurocopter.com>
Subject: Re: labeling (was: partitioning (was: Future))
Date: Wed, 13 Mar 2002 14:55:39 +0100 (MET)
Date: 2002-03-13T14:55:39+01:00	[thread overview]
Message-ID: <mailman.1016027822.21009.comp.lang.ada@ada.eu.org> (raw)

Wes, excuse me for the harsh words, but this is absolute nonsense in my eyes :-(
And I _bet_ you won't get any support in Ada-Comment.


> 
>     case Animal is
> 
>        ......
> 
>     end case (Animal);
> 
>     -- Contents of parens have no effect on behavior
>     -- of program.  Constitutes compiler-checked comment,
>     -- nothing more.  Parens and contents optional.  If present,
>     -- contents must be semantically identical to case selector.
> 
> 
>     if Animal in Mammal then
> 
>        .....
> 
>     elsif Animal in Reptile then
> 
>        .....
> 
>     else
> 
>        .....
> 
>     end if (Animal in Mammal | Animal in Reptile | not);
> 
>     -- Contents of parens have no effect on behavior
>     -- of program.  Constitutes compiler-checked comment,
>     -- nothing more.  Parens and contents optional.  If present,
>     -- contents must be semantically identical to if condition.
>     -- If elsif's are present, contents of paren may be semantically
>     -- identical to ONE OR MORE of the conditions.  If a straight
>     -- else is present, the " | not " is optional
> 
> 
>     procedure P (Param : in Param_Type) is
> 
>        .....
> 
>     begin (P (Param : in Param_Type))
> 
>        .....
> 
>     exception (P (Param : in Param_Type))
> 
>        .....
> 
>     end P (Param : in Param_Type);
> 
>     -- Contents of parens have no effect on behavior
>     -- of program.  Constitutes compiler-checked comment,
>     -- nothing more.  Parens and contents optional.  If present,
>     -- contents must conform.
> 
> 
> I intend to "formally" submit this
> as a proposed improvement.
> 
> -- 
> Wes Groleau
> http://freepages.rootsweb.com/~wgroleau
> _______________________________________________
> comp.lang.ada mailing list
> comp.lang.ada@ada.eu.org
> http://ada.eu.org/mailman/listinfo/comp.lang.ada



             reply	other threads:[~2002-03-13 13:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-13 13:55 Christoph Grein [this message]
2002-03-13 17:50 ` labeling (was: partitioning (was: Future)) Wes Groleau
2002-03-15 16:07 ` Richard Riehle
  -- strict thread matches above, loose matches on Subject: below --
2002-03-18  5:59 Christoph Grein
2002-03-18 22:52 ` Wes Groleau
2002-03-15  8:20 Christoph Grein
2001-11-09 17:59 Future with Ada Michal Nowak
2002-02-26  4:12 ` Jim Rogers
2002-02-27 17:51   ` Warren W. Gay VE3WWG
2002-02-28 17:45     ` Michal Nowak
2002-02-28 18:53       ` Hyman Rosen
2002-03-01 17:26         ` Jeffrey Carter
2002-03-03  8:26           ` Hyman Rosen
2002-03-03 17:47             ` Chad R. Meiners
2002-03-04 16:30               ` Hyman Rosen
2002-03-05  1:41                 ` Richard Riehle
2002-03-05 21:35                   ` Wes Groleau
2002-03-05 22:04                     ` Marin David Condic
2002-03-06 16:36                       ` Georg Bauhaus
2002-03-06 17:27                         ` Marin David Condic
2002-03-07 16:04                           ` Georg Bauhaus
2002-03-07 16:42                             ` Marin David Condic
2002-03-11 20:02                               ` Wes Groleau
2002-03-11 23:56                                 ` Marin David Condic
2002-03-12 16:47                                   ` code partitioning (was: Future with Ada) Wes Groleau
2002-03-12 17:56                                     ` Marin David Condic
2002-03-13 13:42                                       ` labeling (was: partitioning (was: Future)) Wes Groleau
2002-03-14 12:46                                         ` Michal Nowak
2002-03-14 17:27                                           ` Wes Groleau
2002-03-14 20:27                                             ` Marin David Condic
2002-03-15  8:00                                         ` Tarjei T. Jensen
2002-03-15 15:10                                           ` Wes Groleau
replies disabled

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