| prev | next |
| File: | Content/TheoryOfSets/list/rec-list2.html | |
| Author: | MathML 2 Recommendation | |
| Description: | list with condition: [x|x < 5] | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<list order="numeric">
<bvar>
<ci> x </ci>
</bvar>
<condition>
<apply>
<lt/>
<ci> x </ci>
<cn> 5 </cn>
</apply>
</condition>
<ci> x </ci>
</list>
</math>