From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Thu, 8 Mar 2007 23:48:51 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] How can I shift a variable other than ? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 1cc55f70-ead2-11e9-9d60-3106f5b1d025 d'oh... there's a missing line there ... broken! myshift 1 2 3 4 5 1 2 3 4 5 2 3 4 5 - erik On Thu Mar 8 23:43:06 EST 2007, quanstro@coraid.com wrote: > broken! fn myshift{echo $*; '*' = $*(2-) ; echo $*} > broken! myshift 1 2 3 4 5 > 1 2 3 4 5 > > less than 20 lines of code. (attached so you can avert your eyes.) > > - erik