Runtime evaluation/In an environment: Difference between revisions

m
→‎{{header|Factor}}: remove some whitespace
m (→‎{{header|Factor}}: fix a typo, demonstrate the non-global status of x)
m (→‎{{header|Factor}}: remove some whitespace)
Line 266:
tuck
[ [ x ] dip [ ( -- y ) eval ] curry with-variable ] 2bi@ - ;</lang>
<lang factor>IN: scratchpad 9 4 "x get dup * " eval-with-x .
65
IN: scratchpad x get .
1,808

edits