test/spec/spectest46.xml
author ali <ali@juiblex.co.uk>
Wed Oct 10 22:58:48 2012 +0100 (2012-10-10)
changeset 1 fe592b4168f3
permissions -rw-r--r--
Added tag 1.0 for changeset bc8c9a11cbfc
ali@0
     1
<expr>
ali@0
     2
  <set name="x">10</set>
ali@0
     3
  <do>
ali@0
     4
    <expr>
ali@0
     5
      <print newline="true"><x/></print>
ali@0
     6
      <subtract><x/> 1</subtract>
ali@0
     7
    </expr>
ali@0
     8
    <gt><x/> 0</gt>
ali@0
     9
  </do>
ali@0
    10
</expr>