Content deleted Content added
→Content MathML: More detail |
|||
Line 197:
</syntaxhighlight>
Content MathML is nearly isomorphic to [[Binary expression tree|expressions]] in a [[Functional programming|functional language]] such as [[Scheme (programming language)|Scheme]] and other dialects of [[Lisp (programming language)|Lisp]]. {{tag|apply}} amounts to Scheme's {{code|(...)}}, and the many operator and function elements amount to Scheme functions. With this trivial literal transformation, plus un-tagging the individual tokens, the example above becomes:
<syntaxhighlight lang="scheme">
(plus
|