Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!rutgers!iuvax!silver!sl195089 From: sl195089@silver.ucs.indiana.edu Newsgroups: comp.lang.forth Subject: Help with ValForth Message-ID: <23600001@silver> Date: 7 Feb 90 01:02:00 GMT Organization: Indiana University CSCI, Bloomington Lines: 19 Nf-ID: #N:silver:23600001:000:567 Nf-From: silver.ucs.indiana.edu!sl195089 Feb 6 20:02:00 1990 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