Runtime evaluation/In an environment: Difference between revisions

Content deleted Content added
Chunes (talk | contribs)
m →‎{{header|Factor}}: fix a typo, demonstrate the non-global status of x
Chunes (talk | contribs)
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 .