|
|
| version 1.1, 2021/11/09 13:00:05 | version 1.4, 2024/05/26 18:04:46 |
|---|---|
| Line 1 | Line 1 |
| @main[] | @main[] |
| #^use[415_dir/1.p] | $list[^file:list[415_dir;.*\.p]] |
| $list[^file:list[415_dir]] | |
| ^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] | |
| } | } |