On Wed, Nov 18, 2009 at 7:50 PM, Daniel Dilts
>
> Not quite true.  The following semicolons are not optional:
> i := 3
> for j:= 0; j < i; j++ {
>     k:= i - j;
>     k -= 5
> }
>
> It really uses := for assign? That's like Ada/VHDL.

I'm not a fan of the whole :=  =>   <=  and  <- family of assignments
because it requires more thought about and time for switching between upper
and lower case with no real analogue for which symbol deserves the higher or
lower distinction.

Scott
--------------------
BYU Unix Users Group 
http://uug.byu.edu/ 

The opinions expressed in this message are the responsibility of their
author.  They are not endorsed by BYU, the BYU CS Department or BYU-UUG. 
___________________________________________________________________
List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list

Reply via email to