|
|
1.1 ! moko 1: @main[] ! 2: ! 3: ^math:convert[F0000000](16;2) ! 4: ^math:convert[-F0000000](16;2) ! 5: ! 6: ^try_catch{ ! 7: $d(^math:convert[10000000000000000](16;2)) ! 8: } ! 9: ! 10: @try_catch[code] ! 11: ^try{ ! 12: $code ! 13: }{ ! 14: $exception.handled(true) ! 15: $exception.source ! 16: $exception.comment ! 17: }