0
What does == mean?
I forgot what == means, does it mean not equal to?
4 Answers
+ 1
example 1 == 1 this means that one is equal to one and the opposite way for this command is 1 != 2 this means that one is not equal to two...
+ 2
= is for assignment
== is for evaluation of equality
+ 2
benjamin and đđ˘đ˘đđ¨ đđĄđđ˛đđĽ
Thanks for your help!
0
It's a compare operator. It does type coercion