j
k
j a
j l
Hi Did a lot of manual parsing today and I wonder if consumeUntil: would not have helped me. #(1 2 3 4 1 2 3 5 6 ) consumeUntil: [:each | each = 4)
......{#(1 2 3 4) . #( 1 2 3 5 6 )}
...{#(1 2 3 4) . #( 1 2 3 5 6 )}
{#(1 2 3 4) . #( 1 2 3 5 6 )}
Stef
Back to the thread
Back to the list