RosettaCodeData/Task/Runtime-evaluation-In-an-environment/Mathematica/runtime-evaluation-in-an-environment.math

4 lines
143 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
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