Open Vdauphin opened 8 years ago
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]
If i'd have the time to :tired_face:
Don't worry, I will do my best to help ^^ :-)
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