bayes←{         ⍝ Bayes' formula.
    ⍺(×÷+.×)⍵   ⍝ (implemented as a fork)
}

code_colours

test script

Back to: notes

Back to: Workspaces