RosettaCodeData/Task/Generator-Exponential/J/generator-exponential-1.j

11 lines
105 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
coclass 'mthPower'
N=: 0
create=: 3 :0
M=: y
)
next=: 3 :0
n=. N
N=: N+1
n^M
)