From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from duality.gnu.ai.mit.edu ([128.52.46.236]) by hawkwind.utcs.toronto.edu with SMTP id <2060>; Wed, 15 Sep 1993 16:09:41 -0400 Received: from localhost (mycroft@localhost) by duality.gnu.ai.mit.edu (8.3/8.3) id QAA02254; Wed, 15 Sep 1993 16:08:41 -0400 Date: Wed, 15 Sep 1993 16:08:41 -0400 From: Charles Hannum Message-Id: <199309152008.QAA02254@duality.gnu.ai.mit.edu> To: culliton@srg.srg.af.mil CC: malte@techfak.uni-bielefeld.de, rc@hawkwind.utcs.toronto.edu In-reply-to: <9309151538.aa26471@ceres.srg.af.mil> (culliton@srg.srg.af.mil) Subject: Re: list operators ; x = ( 1 2 3 4 5 ) ; y = $x(-3) # all members except 3 Having that be `all members except the 3rd one' would be okay. Having it be `all members except the one that matches the string `3'' would be gross. The latter requires a different syntax.