|
|
| version 1.3, 2024/05/20 23:02:35 | 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[^taint[as-is;$exception.comment]] | |
| } | } |