RosettaCodeData/Task/Exponentiation-operator/J/exponentiation-operator-1.j

8 lines
52 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
exp =: */@:#~
10 exp 3
1000
10 exp 0
1