|
|
1.1 ! moko 1: @main[] ! 2: ^try-catch{^My:test[]} ! 3: ^try-catch{^My:Test[]} ! 4: ! 5: $x[$My:AnotherTest] ! 6: ^My:AnotherTest[1] ! 7: ^x[2] ! 8: ! 9: @CLASS ! 10: My ! 11: ! 12: @GET_DEFAULT[] ! 13: $result{Byaka} ! 14: ! 15: @GET_Test[] ! 16: $result{Byaka} ! 17: ! 18: @GET_AnotherTest[] ! 19: $result[$Method] ! 20: ! 21: @Method[suffix] ! 22: Hello $suffix