RosettaCodeData/Task/Function-definition/FALSE/function-definition.false
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07: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}