Skip to content

Support for comparing double values #12

@Kolterdyx

Description

@Kolterdyx

Currently only integers are supported in comparison operations (and strings for equality). It would be nice to also be able to compare double values. The current implementation uses scoreboard comparisons which is why only integers are supported for now. Doubles will require a full alternative implementation, and comparing different types won't be supported unless I implement some sort of type casting

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions