Hi,

Skip to the last abc for the question.

NB. a sequence of gerund, noun works

a=.(+/%#)`+`%;12
b=.>{.a
c=.>}.a

NB. but noun, gerund doesn't
a=.12;(+/%#)`+`%
b=.>{.a
c=.>}.a
|domain error

NB. oh okay, it's that last item of a boxed list must boxed
for symmetry thing again.  I don't quite get why this is necessary.  Is
there something clever but counter intuitive going on?

a=.12;<(+/%#)`+`%
b=.>{.a
c=.>}.a

thanks
Steven
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to