RosettaCodeData/Task/Exponentiation-order/Min/exponentiation-order.min
2023-07-01 13:44:08 -04:00

5 lines
83 B
Text

5 3 2 pow pow
"5 3 2 ^ ^ " print! puts!
5 3 pow 2 pow
"5 3 ^ 2 ^ " print! puts!