j
k
j a
j l
What is split/join?
I guess: #(1 2 3) joinWith: ', ' -> '1, 2, 3' '1:2:3' splitOn: $: -> #(1 2 3) It's more a perl shard no ? :) Cheers, -- Cédrick
Back to the thread
Back to the list