Operators
==
Compares values for equality. Equivalent to === (strict equality check).
!=
Compares values for inequality. Equivalent to !== (strict inequality check).
The rest is almost the same as JS. Can't be bothered to post it here.
==Compares values for equality. Equivalent to === (strict equality check).
!=Compares values for inequality. Equivalent to !== (strict inequality check).
The rest is almost the same as JS. Can't be bothered to post it here.