3 lines
143 B
Text
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
|