(j3.2006) Public Comment J32034

Van Snyder Van.Snyder
Tue Jul 15 20:30:26 EDT 2008


On Tue, 2008-07-15 at 17:53 -0600, Jim Giles wrote:
> And, I also don't think it's a good idea that all constructs be
> allowed a specification part.

Is there a reason other than personal preference for this sentiment?

If every <block> is allowed to have a specification part, you would
still be allowed to write

  IF ( <condition> ) THEN
    BLOCK
      <specification-part>
      <execution-part>
    END BLOCK
  END IF

instead of

  IF ( <condition> ) THEN
    <specification-part>
    <execution-part>
  END IF

if that is your preference.

If every <block> is not allowed to have a specification part, everybody
must use the first form, even if they prefer the second.

-- 
Van Snyder                    |  What fraction of Americans believe 
Van.Snyder at jpl.nasa.gov       |  Wrestling is real and NASA is fake?
Any alleged opinions are my own and have not been approved or
disapproved by JPL, CalTech, NASA, the President, or anybody else.




More information about the J3 mailing list