This works:

$ echo "2 2 +" |./factor
( scratchpad )
--- Data stack:
4

But this doesn't:

$ echo "2 2 +" > x; ./factor x
1: 2 2 +
        ^
No word named “+” found in current vocabulary search path

What am I doing wrong?

Kartik
http://akkartik.name

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to