prev  ( testsuite > Content > BasicContentElements > declare > rec-declare4  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/BasicContentElements/declare/rec-declare4
CVS-ID:
Author:MathML 2 Recommendation
Description:declare test (no visible rendering)

passed (p) failed (f) not-tested (n) broken-test (b) some parts pass (s)


Sample Rendering:

Created by: webeq

Your browser's rendering:

J x x

Source Code:


    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <declare type="fn"> 
        <ci> J </ci> 
        <lambda> 
          <bvar> 
            <ci> x </ci> 
          </bvar> 
          <apply> 
            <ln/> 
            <ci> x </ci> 
          </apply> 
        </lambda> 
      </declare> 
    </math>