|
|
| version 1.2, 2021/11/09 13:26:52 | version 1.4, 2024/05/26 18:04:46 |
|---|---|
| Line 2 | Line 2 |
| $list[^file:list[415_dir;.*\.p]] | $list[^file:list[415_dir;.*\.p]] |
| ^list.sort{$list.name} | ^list.sort{$list.name} |
| ^list.menu{ | ^list.menu{ |
| ${list.name}: ^try-catch{ ^use[415_dir/$list.name] } | ${list.name}: ^try-catch-comment{ ^use[415_dir/$list.name] } |
| } | |
| @try-catch[jCode] | |
| $result[] | |
| ^try{$jCode}{ | |
| $exception.handled(true) | |
| $result[$exception.comment] | |
| } | } |