prev  ( testsuite > Presentation > DynamicExpressions > maction > mactionBstatus1  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/DynamicExpressions/maction/mactionBstatus1
CVS-ID:
Author:Design Science, Inc. (D. Doyle)
Description:Test of maction using the status

Sample Rendering:

Created by: webeq

Your browser's rendering:

2 + x Add 2 to the value of x

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <maction actiontype="statusline"> 
    <mrow> 
      <mn>2</mn> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mrow> 
    <mtext>Add 2 to the value of x</mtext>
  </maction>
</math>