Skip to content

Relational Ops on List-of Numbers #1

@chuchi-chaschtli

Description

@chuchi-chaschtli

Currently, relational operators are only supported on two arguments>

(<= 5 9) will yield T.

(<= 5 9 9) should also yield T.
This is because 5 <= 9 AND 9 <= 9. However, currently errors are just thrown.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions