<tml:evaluate>

Description:
Executes a string of code in an expression language. The result of the tag is the result of the expression language. In @formula language this is the return value of the formula. In TMLScript it is the value from the "return" command.
Valid abbreviations for this tag:
<tml:eval ...>
<tml:script...> corresponds to <tml:evaluate language="tmlscript">
Attributes:
General WebTML attributes are hidden -> show general attributes
Name Value(s) Version Usage

Details:
Examples:

    <tml:evaluate>

      return "Name: " + this.name;
    </tml:evaluate>