Quote:
|
Originally Posted by Rick
Perhaps reimplementing $=? (Torque string comparison operator)
|
Like I said it's not required for equality operators since it is the same anyway if you do 123==123 or if you do "123"=="123". Graal script has variant variables so it's not required to have 4 different equality operators (for string, number, object, links). This is about greater/less operators.