Annotation of parser3/tests/217.html, revision 1.3

1.1       misha       1: @main[]
1.3     ! moko        2: ^do(999)
1.1       misha       3: ^do(1002)
                      4: 
                      5: @do[iCount]
                      6: ${iCount}:
1.3     ! moko        7: ^try-catch-comment{
1.1       misha       8:        ^rem{ '\2' because of if+call on every iteration, '-2' because of do+try }
                      9:        ^call($iCount\2-2)
                     10:        OK
                     11: }
                     12: <br />
                     13: 
                     14: @call[iLevel]
                     15: $iLevel($iLevel-1)
                     16: ^if($iLevel>0){
                     17:        ^call[$iLevel]
                     18: }

E-mail: