On Tue, May 19, 2015 at 7:26 PM, Scott Jones <scott.paul.jo...@gmail.com> 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
That's why we should always put spaces around `=`, `==`, `!=`. > > > Spaces are very important in Julia! >