RosettaCodeData/Task/Runtime-evaluation-In-an-environment/Mathematica/runtime-evaluation-in-an-environment.math
2023-07-01 13:44:08 -04: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