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

1.1     ! moko        1: @main[]
        !             2: 
        !             3: ^try_catch{
        !             4:        ^classname::create[]
        !             5: }
        !             6: ^try_catch{
        !             7:        ^reflection:create[classname;create]
        !             8: }
        !             9: 
        !            10: compare exceptions:
        !            11: ^try_catch{
        !            12:        ^hash::create[;]
        !            13: }
        !            14: 
        !            15: $h[$.key[value]]
        !            16: ^try_catch{
        !            17:        ^h._count[ ]
        !            18: }
        !            19: 
        !            20: 
        !            21: @try_catch[code]
        !            22: ^try{
        !            23:        $code
        !            24: }{
        !            25:        $exception.handled(true)
        !            26:        $exception.source
        !            27:        $exception.comment
        !            28: }
        !            29: 
        !            30: @CLASS
        !            31: classname
        !            32: 
        !            33: @create[]
        !            34: ^hash::create[]

E-mail: