Hi,
I am looking for a word that does this:

{ 1 2 3 4 5 } pop-all-back-on-stack

data-stack
1
2
3
4
5

(HP calculator has the "obj->" that does this)

The reason is that I'd like to do this:

{ 1 2 3 4 5 6 } [ sq 1 + ] map


:: silly-function ( a1 a2 a3 a4 a5 a6 -- c )
     a1 a2 + a2 a3 - a4 a1 * a5 a6 + 4array

pop-all-back-on-stack silly-function


Thanks,
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including 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