Sorry, silly error. -------------------------- Note 'nup' The dyad n nup y displays matrix y "n-up". y is usually sorted text. For example: 3 nup ' ',.~>nl_z_ 3 )
nup=: [: ,./ -@>.@(%~#) ]\ ] ----- Original Message ----- From: Roger Hui <[EMAIL PROTECTED]> Date: Sunday, February 18, 2007 5:18 pm Subject: Re: Using Note [was Re: [Jprogramming] Style and Literacy in APL > An example of using "Note": > ------------------------ > > Note 'nup' > The dyad n nup y displays matrix y "n-up". > y is usually sorted text. For example: > 3 spdj ' ',.~>nl_z_ 3 > ) > > nup=: [: ,./ -@>.@(%~#) ]\ ] ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
