RosettaCodeData/Task/24-game/Factor/24-game-2.factor

5 lines
98 B
Factor
Raw Permalink Normal View History

2013-06-05 21:47:54 +00:00
IN: scratchpad main
Your numbers are { 4, 1, 8, 2 }, make an expression
8 4 + 2 * 1 /
You got it!