On 7/12/07, Mike Day <[EMAIL PROTECTED]> wrote:
or even this?

  i: 5  NB. newish primitive monad
_5 _4 _3 _2 _1 0 1 2 3 4 5

That works well, as long as you don't mind redoing everything when
you move onto larger values.  (i:11, or whatever).

However, if you reorganize it -- for example, like (/:|)i:-5  -- you can
add repeatedly new values to the sequence in a systematic fashion,
without having to go over old ground each time.

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

Reply via email to