File:  [parser3project] / parser3 / tests / 217.html
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Sun May 26 18:04:46 2024 UTC (2 years ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, HEAD
try-catch, try-catch-comment used

@main[]
^do(999)
^do(1002)

@do[iCount]
${iCount}:
^try-catch-comment{
	^rem{ '\2' because of if+call on every iteration, '-2' because of do+try }
	^call($iCount\2-2)
	OK
}
<br />

@call[iLevel]
$iLevel($iLevel-1)
^if($iLevel>0){
	^call[$iLevel]
}

E-mail: