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

2023-07-01 11:58:00 -04:00
USE: eval
: eval-bi@- ( a b program -- n )
tuck [ ( y -- z ) eval ] 2bi@ - ;