-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add : 1.56 New Commands Conversion #93
Comments
If i'd have the time to 😫 |
3 tasks
Don't worry, I will do my best to help ^^ :-) |
This was referenced Feb 20, 2016
This was referenced Mar 5, 2016
2 tasks
This was referenced Apr 25, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It could be interesting to use these new commands :
_even = [1,2,3,4,5,6,7,8,9,0] select {_x%2 == 0}; // returns [2, 4, 6, 8, 0]
https://community.bistudio.com/wiki/select
The text was updated successfully, but these errors were encountered: