10 lines
105 B
Text
10 lines
105 B
Text
coclass 'mthPower'
|
|
N=: 0
|
|
create=: 3 :0
|
|
M=: y
|
|
)
|
|
next=: 3 :0
|
|
n=. N
|
|
N=: N+1
|
|
n^M
|
|
)
|