File:  [parser3project] / parser3 / tests / 328.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sun Apr 17 20:21:48 2016 UTC (10 years, 1 month 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 ^break(condition) and ^continue(condition) (related to feature #1063)

^break(false)
^try-catch{ ^break(true) }
^for[i](1;5){
    ^continue($i>2)
    $i
}

E-mail: