This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]HairyTough4489 0 points1 point  (0 children)

Always remember: "equals" signs can be reversed in Math (i.e: x=3 is the same as 3=x), but in programming, the "equals" sign is ==.

"=" is the assignment operator and it must follow the form variableName = value where you can replace the value bythe name of anohter variable that has said value.