No! no! please no! -- runs screaming from the room

On Wednesday, December 23, 2009 at 5:09:24 PM UTC, abiosoft wrote:
>
> I think there is need for ternary operator for neater codes.
>
> if a > b {
>    c = a
> else {
>   c = b
> }
>
> can easily be written as
>
> c = a > b ? a : b
>
> I think there should be consideration for this in future releases.
>
> Or what do you guys think?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to