| Re: Star Trek by Krishna Myneni |
|
 |
|
 |
|
 |
|
 |
Group: comp.lang.forth · Group Profile
Author: The Beez'The Beez' Date: Sep 19, 2008 14:03
On 19 sep, 19:32, Krishna Myneni ccreweb.org> wrote:
> I will take a closer look at the code presently. But the array/matrix
> stuff is lifted from the Forth Scientific Library (FSL). FSL arrays and
> matrices have a starting index of zero, so if I allocated an array with
> 3 elements, and used an index of 3, this would be an out of bounds
> condition. Please increase the alloted array size for the array n{.
Krishna,
I have done that already, but that doesn't seem the problem. The array
is used in this word only and you don't seem to use n{ 0 }. I think
you mixed up the Basic indexes while converting.
Hans Bezemer
|