RosettaCodeData/Task/24-game/Factor/24-game-2.factor
2023-07-01 13:44:08 -04: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!