This behaviour was introduced a few years ago, eariler it would raise an error
for {.i.0
If you want the old behaviour, you may use 0&{ instead of monad {.
0{i.0
|index error
| 0 {i.0
or are you expecting it to return an empty list for {.i.0 ?
Pascal Jasmin wrote:
{. i.0
0
but,
(i.0) -: }. i.0
1
The first result is convenient for scanning, but strange nonetheless.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
--
regards,
bill
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm