Paste: Trying execute

Author: jder
Mode: factor
Date: Sun, 1 Feb 2009 22:01:52
Plain Text |
( scratchpad ) : parse swap execute ;
( scratchpad ) : test \ 1+ 2 parse ;
( scratchpad ) test

--- Data stack:
3
( scratchpad ) 

Annotation: With quots

Author: jder
Mode: factor
Date: Sun, 1 Feb 2009 22:10:15
Plain Text |
( scratchpad ) : parse swap call ;
( scratchpad ) : test [ 1+ ] 2 parse ;
( scratchpad ) test

--- Data stack:
3

New Annotation

Summary:
Author:
Mode:
Body: