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
Hello!
It would be extremely great if Text-Pastry could be able to repeat increments as in this example:
N M P R 1 2 0 1
or:
i(1,2,1)
results in:
1 1 3 3 5 5 7 7 etc.
Basically, R would be number of additional repeats of a particular increment.
Thank you!
The text was updated successfully, but these errors were encountered:
Sounds interesting and should be easy enough to implement/test. Thanks for the suggestion!
Sorry, something went wrong.
Wow, thank you for an extremely fast reply! :)
Added switch for repeating increments (#29)
8e05d10
Added as suggested. You can also pass a named argument like this:
i 1 2 each=3 result: 1 1 1 3 3 3 5 5 5 7 7 7
Thank you!! :)
Thanks for using Text Pastry!
duydao
No branches or pull requests
Hello!
It would be extremely great if Text-Pastry could be able to repeat increments as in this example:
N M P R
1 2 0 1
or:
i(1,2,1)
results in:
1
1
3
3
5
5
7
7
etc.
Basically, R would be number of additional repeats of a particular increment.
Thank you!
The text was updated successfully, but these errors were encountered: