RosettaCodeData/Task/Function-definition/FALSE/function-definition.false
2023-07-01 13:44:08 -04:00

3 lines
188 B
Text

[*] {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}