From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] Rc shell FAQ From: rog@vitanuova.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 4 Mar 2003 18:06:14 +0000 Topicbox-Message-UUID: 78f4d6ce-eacb-11e9-9e20-41e7f4b1d025 > I don't think you're missing anything. It's rc that's missing something. > I don't know why, but it doesn't have a return statement and it should. it is at least possible to fake it with: fn x { status=blah } lack of "break" is sometimes more annoying to work around.