RosettaCodeData/Task/Currying/Factor/currying-4.factor

6 lines
66 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
USE: fry
IN: scratchpad 2 3 '[ _ _ + ]
--- Data stack:
[ 2 3 + ]