Hello,

The example from my previous note should read:

----------------------------------------------------------------------
TUPLE: <abc> a b c ;

T{ <abc> f 10 20 30 } dup

[with-slots <abc>

  A B C 3array

  1 A!
  2 B!
  3 C! ]
----------------------------------------------------------------------

The resulting stack is:

    T{ <abc> f 1 2 3 }
    { 10 20 30 }

Ed

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to