|
|
| version 1.1, 2013/10/15 22:29:32 | version 1.2, 2013/10/20 21:06:15 |
|---|---|
| Line 1 | Line 1 |
| @main[] | @main[] |
| $exception[^try_catch{ | $exception[^try-catch{ |
| $document[^xdoc::create{<?xml version="1.0"?> | $document[^xdoc::create{<?xml version="1.0"?> |
| <document> | <document> |
| Line 11 $document[^xdoc::create{<?xml version="1 | Line 11 $document[^xdoc::create{<?xml version="1 |
| ^if(^exception.match[b]){valid encoding for match} | ^if(^exception.match[b]){valid encoding for match} |
| $exception | $exception |
| @try_catch[code] | |
| ^try{ | |
| $code | |
| }{ | |
| $exception.handled(true) | |
| $result[Exception: $exception.source - $exception.comment] | |
| } |