On Thu, Oct 2, 2008 at 3:14 PM, Dan Bron <[EMAIL PROTECTED]> wrote:
> What about  qmaafsa =: 3 : '5!:5<''y'''  ?

That works, though I am preparing the strings
for consumption in SQL, not consumption in J,
so my current definition looks like:

arg=: monad define
  if.32=3!:0 y do.
    '(',')',~>([,',',])each/arg each y
  else.
     5!:5<'y'
  end.
)

(My intended domain includes rank 0 depth 0 nouns and
rank 1, depth 1 nouns, because of sql limitations.)

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

Reply via email to