|
|
1.1 ! moko 1: @main[] ! 2: #^use[415_dir/1.p] ! 3: $list[^file:list[415_dir]] ! 4: ^list.sort{$list.name} ! 5: ^list.menu{ ! 6: ${list.name}: ^try-catch{ ^use[415_dir/$list.name] } ! 7: } ! 8: ! 9: @try-catch[jCode] ! 10: $result[] ! 11: ^try{$jCode}{ ! 12: $exception.handled(true) ! 13: $result[$exception.comment] ! 14: }