Doesn't look in-place to me:

   x=: <"0 ] 10000 [EMAIL PROTECTED] 10000
   7!:2 'x=: (<2) 3}x' 
107456
   7!:2 '(<2) 3}x' 
107328

In contrast:

   y=: 10000 [EMAIL PROTECTED] 10000
   7!:2 'y=: (2) 3}y' 
960
   7!:2 '(2) 3}y' 
66304



----- Original Message ----- 
From: "Henry Rich" <[EMAIL PROTECTED]>
To: "'Programming forum'" <[email protected]>
Sent: Tuesday, April 18, 2006 6:41 PM
Subject: RE: [Jprogramming] Re: How to do that in J?

My memory is that amend is not in-place on boxed
arrays, but I can't find confirmation of that in the Dictionary.
Can anyone?


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

Reply via email to