not having much luck, hopefully this is better received, sorry for ‘noise’
   tmp=:a;a;a
   $tmp
3
   >tmp
abcd
efgh
ijkl

abcd
efgh
ijkl

abcd
efgh
ijkl

> On 10 Jan 2017, at 2:07 am, Rob Hodgkinson <[email protected]> wrote:
> 
> Sorry first line was cut somehow, should have read:
>> a ; a ; a
> 
> 
>> On 10 Jan 2017, at 2:05 am, Rob Hodgkinson <[email protected]> wrote:
>> 
>>> a;a;a
>> abcd
>> efgh
>> ijkl
>> 
>> abcd
>> efgh
>> ijkl
>> 
>> abcd
>> efgh
>> ijkl
>> 
>> $>a;a;a
>> 3 3 4
>> 
>> 
>>> On 10 Jan 2017, at 2:00 am, Skip Cave <[email protected]> wrote:
>>> 
>>> Given array a:
>>> a
>>> 
>>> abcd
>>> 
>>> efgh
>>> 
>>> ijkl
>>> 
>>> 
>>> How does one laminate a with itself?
>>> 
>>> 
>>> a,a   NB. I'm using , as a placeholder for the verb I want.
>>> 
>>> abcd
>>> 
>>> efgh
>>> 
>>> ijkl
>>> 
>>> 
>>> abcd
>>> 
>>> efgh
>>> 
>>> ijkl
>>> 
>>> 
>>> What about more than once?
>>> 
>>> 
>>> a,a,a
>>> 
>>> abcd
>>> 
>>> efgh
>>> 
>>> ijkl
>>> 
>>> 
>>> abcd
>>> 
>>> efgh
>>> 
>>> ijkl
>>> 
>>> 
>>> abcd
>>> 
>>> efgh
>>> 
>>> ijkl
>>> 
>>> 
>>> 
>>> Skip
>>> ----------------------------------------------------------------------
>>> For information about J forums see http://www.jsoftware.com/forums.htm
>> 
>> ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm
> 
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

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

Reply via email to