else{          ⍝ Condition f else g ...
    ⍺:⍺⍺ ⍵      ⍝ True: apply left operand.
      ⍵⍵ ⍵      ⍝ False: apply right operand.
}

code_colours

test script

Back to: notes

Back to: Workspaces