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
Add the gather/take construct from Perl6.
gather/take
var arr = gather { take "item" };
The construct should support nesting and recursion correctly.
The text was updated successfully, but these errors were encountered:
Added here: b4e5de6
For now, it lacks the support for recursion.
Sorry, something went wrong.
The gather/take construct supports recursion, since Sidef > 0.11
See: https://github.com/trizen/sidef/blob/master/scripts/Tests/gather_take.sf
No branches or pull requests
Add the
gather/take
construct from Perl6.The construct should support nesting and recursion correctly.
The text was updated successfully, but these errors were encountered: