A very strange thing.

Here is an example forth session:

order GSL AGRAPH VECTORS FLOAT FORTH FORTH ROOT   FORTH  ok
: test ;  ok
order GSL AGRAPH VECTORS FLOAT FORTH FORTH ROOT   FORTH  ok
forget test  ok
order GSL AGRAPH VECTORS FORTH FORTH FORTH ROOT   FORTH  ok
float  don't know  float

You can see that the third vocabulary is FLOAT up until "forget" is called. 
Then what happens?

More weirdness? This happens no matter where the FLOAT vocabulary is on the 
stack. See the example where it is top:

order FLOAT GSL AGRAPH VECTORS FORTH FORTH FORTH ROOT   FORTH  ok
: test ;  ok
order FLOAT GSL AGRAPH VECTORS FORTH FORTH FORTH ROOT   FORTH  ok
forget test  ok
order FORTH GSL AGRAPH VECTORS FORTH FORTH FORTH ROOT   FORTH  ok
float  don't know  float

This all on bigforth 2.1.7 since as my previous example shows the svn version 
does not work.

This behavior puts me in a terrible situation :(

Thanks!

--
Sergey

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to