Bug in fillarray of Franz Lisp? (In English)

Deb Jackson deb at gt-eedsp.UUCP
Tue Oct 14 23:02:42 AEST 1986


In article <166 at tsuku.tsukuba.junet> watanabe at tsuku.tsukuba.junet (Hideki Watanabe) writes:
>There seems to be something wrong with our Franz Lisp...filarray
>That is, elements (ill 1 1) thru (ill 2 2) are zeroed, but (ill 2 3) thru
>(ill 3 3) are not.

This is not a bug...arrays start at element (0,0).  The array element in
a three dimensional array are then:
	(0,0) (0,1) (0,2)
	(1,0) (1,1) (1,2)
	(2,0) (2,1) (2,2)

-> (good luck)
t
-> (deb)
unbound variable



More information about the Comp.bugs.4bsd.ucb-fixes mailing list