Given:

   def
2 : 0
(m)=: n : y
'done'
)

'verb'def 3 'y- 10'
done

'adv' def 1 'u\ y'
|syntax error
| (m)=:n :y

'conj'def 2 '(u y)+ (v y)'
|syntax error
| (m)=:n :y

I saw this problem when J805 beta first released, but I don't like
reporting something that requires lots of code.  Rewriting it this way made
me wonder if a verb could not create a verb. It turns out it cannot.

In trying to find a workaround, I also discovered that ". doesn't provide
an empty if the result is not a noun.

-- 

Paul
650-766-1863
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to