I can use regular inequalities fine, such as “if 10 < 20”, but I can’t use complex inequalities like “5 < 10 < 20”.
Assets/Direction.js(9,34): BCE0051: Operator '<' cannot be used with a left hand side of type 'boolean' and a right hand side of type 'int'.
There are no booleans involved…
Help, please.