Jump to content

Runtime evaluation/In an environment: Difference between revisions

(→‎{{header|Java}}: tagging as incorrect. It evaluates Javascript program, not Java program. Might be best to Omit?)
Line 343:
print(val2 - val1)
</lang>
 
=={{header|Mathematica}}==
<lang Mathematica>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</lang>
 
 
 
 
=={{header|Metafont}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.