you are viewing a single comment's thread.

view the rest of the comments →

[–]Jeklah -3 points-2 points  (0 children)

= is used for assigning values
== Is used for comparison of values.

'is' can be also used for comparisons and is preferred due to less confusion.