how to use MultiArray?

2002-09-18 Thread Aldo Calpini
I couldn't find any example of using a MultiArray PMC. I tried on my own, but failed miserably. from what I've seen, it seems that is impossible to properly initialize a multidimensional MultiArray. I've tried this: new P1, .MultiArray, 1000 set P1[0;0], 1 set P1[0;1],

Re: how to use MultiArray?

2002-09-23 Thread Josef Hook
On Wed, 18 Sep 2002, Aldo Calpini wrote: > > I couldn't find any example of using a MultiArray PMC. > I tried on my own, but failed miserably. > > from what I've seen, it seems that is impossible to > properly initialize a multidimensional MultiArray. > > I've tried this: > > new P1

Re: how to use MultiArray?

2002-09-23 Thread Jerome Quelin
On Lundi 23 Septembre 2002 10:33, Josef Hook wrote : > I would really apreciate if someone would like to work on multiarrays. Okay, I volunteer for this, 'cause it's one of the things I really really need for my Befunge-98 interpreter. And everyone knows (or should know) that supporting Befunge