Closed mbudde closed 9 years ago
Running aplt on the following APL program
aplt
+/ 1 ⌽ ⍳ 10
gives the TAIL program
i2d(reduce{[int],[0]}(addi,0,transp{[int],[1]}(vrotateV(1,transp{[int],[1]}(iotaV(10))))))
I would expect
i2d(reduce{[int],[0]}(addi,0,transp{[int],[1]}(vrotateV{[int],[10]}(1,transp{[int],[1]}(iotaV(10))))))
Running
aplt
on the following APL programgives the TAIL program
I would expect