Annotation of parser3/tests/358.html, revision 1.1

1.1     ! moko        1: @main[]
        !             2: ^try-catch{ ^for[1](1;100){a} }
        !             3: ^try-catch{ ^recoursion(100) }
        !             4: 
        !             5: @recoursion[i]
        !             6: a^if($i>0){^recoursion($i-1)}

E-mail: