RosettaCodeData/Task/24-game/Factor/24-game-2.factor
Ingy döt Net 6f050a029e update
2013-06-05 21:47:54 +00:00

4 lines
98 B
Factor

IN: scratchpad main
Your numbers are { 4, 1, 8, 2 }, make an expression
8 4 + 2 * 1 /
You got it!