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