From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id JAA08241 for ; Sat, 17 Aug 1996 09:37:56 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id TAA25155; Fri, 16 Aug 1996 19:35:51 -0400 (EDT) Resent-Date: Fri, 16 Aug 1996 19:35:51 -0400 (EDT) From: Zefram Message-Id: <12601.199608162334@tamarind.dcs.warwick.ac.uk> Subject: Re: zsh3.0.0 bug: $=a split To: huyle@arachno.ugcs.caltech.edu (Huy Le) Date: Sat, 17 Aug 1996 00:34:13 +0100 (BST) Cc: zsh-workers@math.gatech.edu In-Reply-To: <199608162304.QAA29915@envy.ugcs.caltech.edu> from "Huy Le" at Aug 16, 96 04:02:58 pm X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]7974.91 X-US-Congress: Moronic fuckers MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"k-T-C1.0.z86.MNG5o"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2017 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >why do these print out the same thing all of a sudden? > >wrath% i=$a >wrath% i=$=a >wrath% i=$==a Because they mean the same thing? Field splitting is never performed on the RHS of a scalar assignment. -zefram