mtrim←{                 ⍝ Trim off trailing blank cols,
    (⌽∨\⌽∨⌿⍵≠' ')/⍵     ⍝ from simple character matrix.
}

code_colours

test script

Back to: notes

Back to: Workspaces