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

1.1     ! misha       1: @main[]
        !             2: ^do{^if[]}
        !             3: ^do{^if(true)}
        !             4: ^do{^if(true){1}}
        !             5: ^do{^if(true){1}{2}}
        !             6: ^do{^if(true){1}{2}{3}}
        !             7: <hr />
        !             8: 
        !             9: ^do{^eval[]}
        !            10: ^do{^eval(2+2)}
        !            11: ^do{^eval(2+2)[%d]}
        !            12: ^do{^eval(2+2)[%d]{2}}
        !            13: <hr />
        !            14: 
        !            15: ^do{^method[]}
        !            16: ^do{^method(1)}
        !            17: ^do{^method(1){1}}
        !            18: ^do{^method(1){1}{2}}
        !            19: 
        !            20: 
        !            21: 
        !            22: @do[jCode]
        !            23: ^try{$jCode}{$exception.handled(1)$exception.source $exception.comment}<br />
        !            24: 
        !            25: 
        !            26: @method[a;b]
        !            27: $a=$b

E-mail: