[comp.lang.forth] Help with ValForth

sl195089@silver.ucs.indiana.edu (02/07/90)

My name is Karl and I recently got a atari 65xe and am using ValForth.
I have been unable to create a double array fo double numbers.  Any
one have any suggestions.  I have been trying to modify the following
word which works with 16 bit arrays.

:2Array < Builds
Swap Dup , * 2* Allot
Does > Dup >R @ * + 2*
R> + 2t ;

While trying to do this I ran up against the comma `,' word and have 
trouble understanding its function.  I think that is where is my
problem is.  Any help with this will also be appreciated.



Karl Poorbaugh
sl195089@silver.ucs.indiana.edu