Artifact fcd2d5acd0b9c2aafd2468628412ccae559c65555224cf6adc2dae7e55055dd4:
- Executable file
r37/packages/mathml/mathml.tst
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 256) [annotate] [blame] [check-ins using] [more...]
on mathml; % output sin (x); (x + y)^5; off mathml; parseml();<math> <apply><plus/> <cn>3</cn> <cn>5</cn> </apply> </math> operator gt; parseml();<math> <relation><gt/> <ci>x</ci> <ci>y</ci> </relation> </math> end;