File:  [parser3project] / parser3 / tests / 357.html
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Oct 2 23:04:36 2024 UTC (19 months, 3 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, HEAD
max_recoursion -> max_recursion

@main[]
^try-catch{ ^for[1](1;100){a} }
^try-catch{ ^recursion(100) }

@recursion[i]
a^if($i>0){^recursion($i-1)}

E-mail: