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

4 lines
143 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04: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