RosettaCodeData/Task/Function-definition/FALSE/function-definition.false

4 lines
188 B
Plaintext

[*] {anonymous function to multiply the top two items on the stack}
m: {binding the function to one of the 26 available symbol names}
2 3m;! {executing the function, yielding 6}