p j wrote: > These 2 lines need to be defined in a module. Wont > work at top level. > a1=: 6 > temp61=: >:@(a1&*)@([&a1=. 12)
You're right, this is a bug. Compare: 3 :0'' a1=: 6 temp61=: >:@(a1&*)@([&a1=. 12) ) |syntax error -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
