Is there any way to do explicit definitions of monad/dyads on a single
line? Neither of these work (minus defined on page monad_dyad_def.htm)
do each 'minus =. 3 : 0'; '- y'; colon;'x - y'; end
do 'minus =. 3 : 0', '- y', colon, 'x - y',: end
where
do=. ".
colon=. :1$':'
end=. :1$')'
~greg
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
