Skip to content

Add support for >= and <=  #3

@michohl

Description

@michohl

Summary

We currently don't support greater/less than or equal to comparisons. We only are handling strict > and <

Example of Desired Behavior

>> 3 >= 2
true
>> 2 >= 2
true
>> 1 >= 2
false

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions