Thread
:
operators
View Single Post
#
2
11-05-2006, 05:59 PM
Skyld
Script-fu
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Quote:
Originally Posted by
Chompy
what is the fully different beetween "=" and "=="?
= is for assignment (in other words, for setting a variable). == is for comparison (so it doesn't do any setting, just checking for equality).
Skyld
View Public Profile
View GraalOnline Profile
Find all posts by Skyld