foldl{⎕ML←1             ⍝ Fold (reduce) from the left.
    ↑⍺⍺⍨/(⌽⍵),⊂⍺
}

code_colours

test script

Back to: notes

Back to: Workspaces