|
|
| version 1.1, 2021/11/09 13:00:05 | version 1.3, 2024/05/20 23:02:35 |
|---|---|
| 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{ ^use[415_dir/$list.name] } |
| Line 10 $list[^file:list[415_dir]] | Line 9 $list[^file:list[415_dir]] |
| $result[] | $result[] |
| ^try{$jCode}{ | ^try{$jCode}{ |
| $exception.handled(true) | $exception.handled(true) |
| $result[$exception.comment] | $result[^taint[as-is;$exception.comment]] |
| } | } |