cashscript icon indicating copy to clipboard operation
cashscript copied to clipboard

type consistency with boolean comparisons

Open A60AB5450353F40E opened this issue 5 months ago • 1 comments

bool b, bool a;

a == b should compile to OP_NUMEQUAL (rather than OP_EQUAL) a != b should compile to OP_NUMNOTEQUAL (rather than OP_EQUAL OP_NOT)

A60AB5450353F40E avatar Sep 18 '24 10:09 A60AB5450353F40E