Skip to content

to / til is same on non-numbers #141

Closed
@paulmillr

Description

@paulmillr
coco> [1 to 5]
[ 1, 2, 3, 4, 5 ]
coco> [1 til 5]
[ 1, 2, 3, 4 ]
coco> [\a to \d]
[ 'a', 'b', 'c', 'd' ]
coco> [\a til \d]
[ 'a', 'b', 'c', 'd' ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions