Skip to content

type consistency with boolean comparisons #211

Open
@A60AB5450353F40E

Description

@A60AB5450353F40E

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    breakingbreaking changecashc-compilerRelates to the cashc compiler

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions