Newsgroups: comp.lang.apl
Path: utzoo!utgpu!watserv1!watmath!ljdickey
From: ljdickey@watmath.waterloo.edu (L.J.Dickey)
Subject: Re: spelling error in J tutorial
Message-ID: <1991Mar12.041232.24797@watmath.waterloo.edu>
Organization: University of Waterloo
References: <wine.668731521@maui>
Date: Tue, 12 Mar 1991 04:12:32 GMT
Lines: 32

In article <wine.668731521@maui> wine@maui.cs.ucla.edu (David Wine) writes:
>When I try the example from tutorial page Ib,
>I get a spelling error:
> 
>   '01234567' {~ |: arcs
>3725571555261237747274
>5602627607332170423003
>   b=. '(i.,~x.)e.'
>   cmFarcs=. '' ::(b,'y.+/..*x.,1')
>spelling error

I think that the problem might be the "/.." .
Replace  
  	"y.+/..*x."
by  
      	"y.+/ ..*x."
I think that the parser tries to create "/. ." instead of "/ ..".
I discovered this when trying to multiply two matrices together.
        a+/..*b
would not work, but
        a+/ ..*b
did work.





-- 
Prof L.J. Dickey, Faculty of Mathematics, U of Waterloo, Canada N2L 3G1
	Internet:	ljdickey@watmath.waterloo.edu
	UUCP:		ljdickey@watmath.UUCP	..!uunet!watmath!ljdickey
	X.400:		ljdickey@watmath.UWaterloo.ca
