05.03.2015, 12:41
>=
Will check if it's higher than OR equal to something, you should only use > to check if it's higher than something.
= should be used to detect if it's equal to ( == ) or not equal to ( != ) in an if.
Will check if it's higher than OR equal to something, you should only use > to check if it's higher than something.
= should be used to detect if it's equal to ( == ) or not equal to ( != ) in an if.