Function

f(x, y) := {
    ...
}

Closure (Anonymous Function)

#(x, y) => { 
    ==(x + y)==
}

#(x, y) => | x + y |

Last updated