On Wednesday, May 3, 2017 at 11:39:29 PM UTC+8, Jan Mercl wrote:
>
> On Wed, May 3, 2017 at 5:07 PM T L <tapi...@gmail.com <javascript:>> 
> wrote:
>
> > The complexity is the same as iota in constant declarations. 
>
> How can that be claimed when still nobody ever seen any specification of 
> what var foo = iota shall do at all? The space of possible semantics is 
> unbounded. The sane subspace seems to me to be of zero volume, but will you 
> please just explain what you expect from assigning iota to a variable?
>

Just like what expected for constants.

var (
  a = iota // a == 0
  b = iota // b == 1
)
 

>
> Don't suppose telepathy exists, thank you ;-)
>
> -- 
>
> -j
>

-- 
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