BadScript
Bad Script Expression Operators
Logic Operators
op_Equality(==)
op_Inequality(==)
op_LessThan(<)
op_LessThanOrEqual(<=)
op_GreaterThan(>)
op_GreaterThanOrEqual(>=)
op_And(&&)
op_Or(||)
op_ExclusiveOr(^)
op_LogicalNot(!)
op_SelfAnd(&&)
op_SelfOr(&&)
op_SelfExclusiveOr(&&)
Math Operators
op_Addition(+)
op_Subtraction(-)
op_Multiply(*)
op_Division(/)
op_Modulus(%)
op_SelfAddition(+)
op_SelfSubtraction(-)
op_SelfMultiply(*)
op_SelfDivision(/)
op_SelfModulus(%)