You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code like 0 < x < 100 would always be a runtime error because the greater/less comparators can only return a boolean (even with metatables) and a boolean can't be an operand for greater/less comparators.
The text was updated successfully, but these errors were encountered:
Code like
0 < x < 100
would always be a runtime error because the greater/less comparators can only return a boolean (even with metatables) and a boolean can't be an operand for greater/less comparators.The text was updated successfully, but these errors were encountered: