|
|
1.1 ! misha 1: @main[] ! 2: ^do(1000) ! 3: ^do(1002) ! 4: ! 5: ! 6: ! 7: @do[iCount] ! 8: ${iCount}: ! 9: ^try{ ! 10: ^rem{ '\2' because of if+call on every iteration, '-2' because of do+try } ! 11: ^call($iCount\2-2) ! 12: OK ! 13: }{ ! 14: $exception.handled(1) ! 15: $exception.comment ! 16: } ! 17: <br /> ! 18: ! 19: ! 20: ! 21: @call[iLevel] ! 22: $iLevel($iLevel-1) ! 23: ^if($iLevel>0){ ! 24: ^call[$iLevel] ! 25: } ! 26: