File:  [parser3project] / parser3 / tests / 358.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Oct 3 22:45:42 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, release_3_4_6, release_3_4_5, HEAD
test for @conf $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)

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

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

E-mail: