RosettaCodeData/Task/Exponentiation-operator/J/exponentiation-operator-1.j
2023-07-01 13:44:08 -04:00

7 lines
52 B
Text

exp =: */@:#~
10 exp 3
1000
10 exp 0
1