Newsgroups: comp.lang.apl
Path: watmath!watserv2.uwaterloo.ca!torn!cs.utexas.edu!uwm.edu!caen!saimiri.primate.wisc.edu!ames!purdue!mentor.cc.purdue.edu!mentor!weg
From: weg@mace.cc.purdue.edu (Eythan Weg)
Subject: need help
Message-ID: <WEG.93Feb5160935@mace.cc.purdue.edu>
Sender: news@mentor.cc.purdue.edu (USENET News)
Organization: Purdue University
Distribution: comp
Date: Fri, 5 Feb 1993 21:09:35 GMT
Lines: 21

I have this simple puzzle:

      test1=.('D=:D,3&+y.';'y.') : ''
test1
+----------+-++
|D=:D,3&+y.|:||
|y.        | ||
+----------+-++
   D=.''
   test1^:(5) 2
2
   D
5

I thought D should be 5 8 11 14 17.

What's going on?

Thanks, Eythan


