File:  [parser3project] / parser3 / tests / 206.html
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sat Dec 3 21:51:04 2016 UTC (9 years, 5 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
negative zero (0/-1) check added

@main[]
2+2: ^do{^eval(2+2)}{ :)<br />}
1/0: ^do{^eval(1/0)}{ :(<br />}

#negative zero check
0/-1: ^do{^eval(0/-1)}{ :)<br />}


@do[jCode;jFinally]
^try{
	$jCode
}{
	$exception.handled(1)
	exception while executing code ($exception.type)
}{
	$jFinally
}

E-mail: