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

1.1     ! moko        1: @main[][local]
        !             2: $result(true)
        !             3: $result[^print[]]
        !             4: 
        !             5: @print[arg]
        !             6: 
        !             7: object/string: $caller
        !             8: 
        !             9: expression: ^try-catch{^eval($caller)}
        !            10: 
        !            11: hash: ^try-catch{$h[^hash::create[$caller]] ^json:string[$h]}
        !            12: 
        !            13: table: ^try-catch{^table::create[$caller]}
        !            14: 
        !            15: def: ^try-catch{^if(def $caller){true}{false}}
        !            16: 
        !            17: bool: ^try-catch{^if($caller || 0){true}{false}}
        !            18: 
        !            19: double: ^try-catch{^eval($caller + 0)}

E-mail: