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

repeat and "@" command incompatible #72

Open
SaltatorMortis opened this issue Apr 1, 2020 · 1 comment
Open

repeat and "@" command incompatible #72

SaltatorMortis opened this issue Apr 1, 2020 · 1 comment
Assignees

Comments

@SaltatorMortis
Copy link

the @ command returns an empty string or crashes if executed inside a repeat function
all used commands work standalone without repeat
example :
!repeat(5d5;5d5;"@1",10)

14 - Details [5,3,2,2,2]
15 - Details [2,3,4,1,5]

12 - Details [1,2,4,1,4]
17 - Details [5,3,1,5,3]

14 - Details [5,2,1,2,4]
15 - Details [5,3,4,2,1]
...

or
!repeat(5d5;5d5;"@1 @2",10)
doesn't return anything

@obiwankennedy
Copy link
Member

Yes, repeat does not managed well several instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants