ArnoldJS
ArnoldJS copied to clipboard
Missing Operators
The following commonly used operators are missing:
==
: mixed type equality
>
: greater than
>=
: greater than or equal to
<
: less than
<=
less than or equal to
++
pre/post increment
--
pre/post decrement
&&
logical and
||
logical or