Newsgroups: comp.lang.apl
Path: watmath!watserv2.uwaterloo.ca!torn!spool.mu.edu!news.nd.edu!mentor.cc.purdue.edu!mentor!weg
From: weg@mace.cc.purdue.edu (Eythan Weg)
Subject: Re: (J) Simultaneous column assignment into a list
In-Reply-To: weg@mace.cc.purdue.edu's message of Thu, 14 Jan 1993 18:03:00 GMT
Message-ID: <WEG.93Jan15144228@mace.cc.purdue.edu>
Sender: news@mentor.cc.purdue.edu (USENET News)
Organization: Purdue University
References: <1993Jan5.041611.15629@csus.edu> <WEG.93Jan14130300@mace.cc.purdue.edu>
Distribution: NA
Date: Fri, 15 Jan 1993 19:42:28 GMT
Lines: 27

In article <WEG.93Jan14130300@mace.cc.purdue.edu> weg@mace.cc.purdue.edu (Eythan Weg) writes:
   In article <1993Jan5.041611.15629@csus.edu> emclean@sfsuvax1.sfsu.edu (Emmett McLean) writes:


       This is an inquiry for a verb allowing simultaneous 
       column assignment into a list. 
.........



   Isn't this sufficient?
   w=.   s 3 4}"1 w



This does not work for me with6.2 on rs6000:
   
   w
0 1 2
3 4 5
   s
 0
10
  s   2}"1 w
rank error
   
Eythan
