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

8 lines
52 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
exp =: */@:#~
10 exp 3
1000
10 exp 0
1