3 lines
188 B
Text
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}
|