From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Viro To: 9fans@cse.psu.edu Cc: 9fans@nx.aichi-u.ac.jp Subject: Re: [9fans] rc In-Reply-To: <20020113033418.3EC0119981@mail.cse.psu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Sat, 12 Jan 2002 22:37:22 -0500 Topicbox-Message-UUID: 3d9c86a4-eaca-11e9-9e20-41e7f4b1d025 On Sun, 13 Jan 2002 arisawa@ar.aichi-u.ac.jp wrote: > Hello, > > The following result is curious for me. > > term% a=(alice bob) > term% echo $a(1)/ > alice / > term% b=$a(1) > term% echo $b/ > alice/ > > Is this a specification or bug? The former. See the rules for implicit ^ insertion.