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