RosettaCodeData/Task/Runtime-evaluation-In-an-environment/Factor/runtime-evaluation-in-an-environment-1.factor

4 lines
81 B
Factor
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
USE: eval
: eval-bi@- ( a b program -- n )
tuck [ ( y -- z ) eval ] 2bi@ - ;