Runtime evaluation/In an environment: Difference between revisions

→‎{{header|REXX}}: Marked incorrect: The example needs to interpret two functions of the values of a variable x, then return their difference.
(→‎{{header|REXX}}: Marked incorrect: The example needs to interpret two functions of the values of a variable x, then return their difference.)
Line 370:
 
=={{header|REXX}}==
{{incorrect|REXX|The example needs to interpret two functions of the values of a variable x, then return their difference.}}
<lang rexx>
theInput = ' x=fact(4) - fact(3) '
Anonymous user