I have the following line in my .bigforthrc

\needs float | import float also float

if I comment it out and start bigforth and then repeat the previous:

import float float  ok
order FLOAT FORTH ROOT   FORTH  ok
: test ;  ok
order FLOAT FORTH ROOT   FORTH  ok
forget test  ok
order FLOAT FORTH ROOT   FORTH  ok

Of this line is not commented out then after fresh restart of bigforth:

order FLOAT FORTH FORTH ROOT   FORTH  ok
\needs float | import float float  ok
order FLOAT FORTH FORTH ROOT   FORTH  ok
: test ;  ok
order FLOAT FORTH FORTH ROOT   FORTH  ok
forget test  ok
order FORTH FORTH FORTH ROOT   FORTH  ok

And if I do not put \needs and just try to import float - Bus Error ! FLOAT

Any ideas why? I am trying to connect to a bigger problem I am having with my 
code.

-----------
Sergey Plis

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

Reply via email to