f(x, y) := { ... }
#(x, y) => { ==(x + y)== } #(x, y) => | x + y |
/* * Bring variables into the expression. */ @(x, y) -> { x + y } @(x, y) -> | x + y |
Last updated 1 year ago