RosettaCodeData/Task/Runtime-evaluation-In-an-environment/Mathematica/runtime-evaluation-in-an-environment.math
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

3 lines
143 B
Text

Input source code is "10 x" , X is locally bound to 3 & 2 and the resulting expressions evaluated.
(10 x /. x -> 3 ) - (10 x /. x -> 2 )
-> 10