From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 14 Aug 2008 10:25:44 +0100 From: "roger peppe" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [9fans] Local variables and rc functions Topicbox-Message-UUID: fdda4056-ead3-11e9-9d60-3106f5b1d025 looks like a bug to me; after all: % bar=baz {echo $bar} baz % i'm somewhat surprised this hasn't been fixed years ago. On Wed, Aug 13, 2008 at 10:27 PM, Micah Stetson wrote: > Is this a bug? > > % fn foo { echo $bar } > % bar=baz foo > > % > > I would expect to see baz instead of a blank line. > > Micah > >