Closed skits4107 closed 2 years ago
Looks like String
s don't have the comparison operators implemented. They're defaulting to Value
's implementation that returns an illegal operation error.
This can be fixed by overriding the Value comparison operators with an implementation around here.
I cant compare strings in conditional statements. for example this code produces an error:
the error message is