|
|
1.2 ! moko 1: @main[] ! 2: 1.1 moko 3: $name[019paf2001.gif] 4: 5: $f[^file::load[binary;$name; $.offset(20000) $.limit(1000) ]] 6: ^f.base64[] 7: 8: ^try-catch{ 9: $f[^file::load[binary;$name]] 10: } 1.2 ! moko 11: ! 12: @try-catch[jCode] ! 13: ^try{$jCode}{ ! 14: $exception.handled(true) ! 15: Type: $exception.type, ! 16: Comment: $exception.comment ! 17: }