On 03-02-12 13:01, Alex Giannakopoulos wrote:
> Suppose I have the following:
>
>     cf =. ^<^~
>     (i.10) cf / i.10
> 0 0 0 0 0 0 0 0 0 0
>
> What gives?  SHould I not be getting a table?
> How can I fix it so that I do get a table?
cf=: (^ < ^~) "0

cf/~ i.10

-- 
Met vriendelijke groet,
@@i = Arie Groeneveld

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

Reply via email to