Now I can't get that to reproduce...  I think this must have been a 
consequence of memory corruption, due to the bug I ran across with large 
tuples (issue #11330, nicely fixed
by yuyichao, not very long after I reported it! [but too late to have saved 
me from this...])

On Tuesday, May 19, 2015 at 7:26:31 PM UTC-4, Scott Jones wrote:
>
> a !=0     # checks if a is not == to 0
> a!= 0     # sets a! to 0
> a!=0      # checks if a is not == to 0
>
>
> Spaces are very important in Julia!
>
>

Reply via email to