Runtime evaluation/In an environment: Difference between revisions

Content added Content deleted
(→‎{{header|Java}}: tagging as incorrect. It evaluates Javascript program, not Java program. Might be best to Omit?)
Line 343: Line 343:
print(val2 - val1)
print(val2 - val1)
</lang>
</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}}==
=={{header|Metafont}}==