Current numbers operation is:
   ". '12223'
12223
   ". 'David'

I could change the behavior when y can't be turned into a number:

   _99 ". 'David'
_99

However, how would you define a verb that is:

   maybe_numb '12223'
12223
   maybe_numb 'David'
'David'

I am looking for a simple solution.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to