It just occurred to me that > should probably allow specification of the
fill via !.
in the similar manner as , does.

For instance:
   > 1;1 2
1 0
1 2

   >!.3(1;1 2)
|domain error
|       >!.3(1;1 2)

But curiously enough:
   >!.0(1;1 2)
1 0
1 2

-- 
View this message in context: 
http://www.nabble.com/%3E%21.-tp23643295s24193p23643295.html
Sent from the J Programming mailing list archive at Nabble.com.

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

Reply via email to