Subject: Re: each vs empty arrays
From: richard.levine@canrem.com (Richard Levine)
References: <42pdl0$t10@zippy.cais.net>
Date: Tue, 12 Sep 95 01:17:00 -0500
Organization: CRS Online  (Toronto, Ontario)

Further to the result of operating on an empty opened boxed element
in J I have noticed that
10 take >''
gives
0 0 0 0 0 0 0 0 0 0

this is the same as
10 take > i. 0

take =. {.
