From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 13 Aug 2008 14:27:26 -0700 From: "Micah Stetson" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] Local variables and rc functions Topicbox-Message-UUID: fdc08aee-ead3-11e9-9d60-3106f5b1d025 Is this a bug? % fn foo { echo $bar } % bar=baz foo % I would expect to see baz instead of a blank line. Micah