On Sun, Apr 5, 2009 at 6:10 PM, Kyle Cordes <[email protected]> wrote: > I am still unhappy with the obtuseness of "tuck - swap", is there a > better way to do that?
Yes. If you have 'a b' on the stack, then 'tuck - swap' gives you 'a-b b'. Another way to get this result is [ - ] keep. Slava ------------------------------------------------------------------------------ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
