Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

to / til is same on non-numbers #141

Closed
paulmillr opened this issue Jun 20, 2012 · 1 comment
Closed

to / til is same on non-numbers #141

paulmillr opened this issue Jun 20, 2012 · 1 comment
Labels

Comments

@paulmillr
Copy link

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' ]
@satyr
Copy link
Owner

satyr commented Jun 20, 2012

Right, it's pretty broken:

$ coco -pe '[97 til 100]'
[ 97, 98, 99, 100 ]

Will overhaul.

@satyr satyr closed this as completed in 0b21f54 Jun 20, 2012
josher19 pushed a commit to josher19/LiveScript that referenced this issue Sep 4, 2012
Installation: Introduce the easier way (npm) first
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants