Skip to content

not in has weird precedence #42

@cshaa

Description

@cshaa

As rightly pointed out by @​rici in this SO post, the expression 4 + 3 not in (7, 8) groups as 4 + (3 not in (7,8)), which produces a nonsense answer 4 + true == 5. This will be fixed in v3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingimplementedThis feature is implemented in `develop` and ready for testing

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions