We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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' ]
The text was updated successfully, but these errors were encountered:
Right, it's pretty broken:
$ coco -pe '[97 til 100]' [ 97, 98, 99, 100 ]
Will overhaul.
Sorry, something went wrong.
0b21f54
Merge pull request satyr#141 from audreyt/patch-1
2e180bd
Installation: Introduce the easier way (npm) first
No branches or pull requests
The text was updated successfully, but these errors were encountered: