Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Update to conform to GLR. FROGGS++
roundrobin((); 1; 2..4; (5..7); <a b>) becomes roundrobin([], [1], [2..4], [5..7], <a b>) and is(roundrobin([1..3]).elems, 1, 'roundrobin does not flatten array items'); just goes away, as that's not how these sorts of arguments work anymore.
- Loading branch information