Annotation of parser3/tests/206.html, revision 1.2

1.1       misha       1: @main[]
                      2: 2+2: ^do{^eval(2+2)}{ :)<br />}
                      3: 1/0: ^do{^eval(1/0)}{ :(<br />}
                      4: 
1.2     ! moko        5: #negative zero check
        !             6: 0/-1: ^do{^eval(0/-1)}{ :)<br />}
1.1       misha       7: 
                      8: 
                      9: @do[jCode;jFinally]
                     10: ^try{
                     11:        $jCode
                     12: }{
                     13:        $exception.handled(1)
                     14:        exception while executing code ($exception.type)
                     15: }{
                     16:        $jFinally
                     17: }

E-mail: