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

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

E-mail: