Content deleted Content added
→Perl 5: going through examples on this page, most of them seem to be done in-scope, yet here is an unsourced complaint about taking things out of scope; use case should be demonstrated and all langs treated accordingly |
m →Visual Prolog: <ref> |
||
Line 1,200:
=== Visual Prolog ===
{{Further information|Visual Prolog}}
http://wiki.visual-prolog.com/index.php?title=Language_Reference/Terms#Try-catch-finally▼
<syntaxhighlight lang="prolog">
try
Line 1,209:
% Code will be executed regardles however the other parts behave
end try
▲</syntaxhighlight><ref>http://wiki.visual-prolog.com/index.php?title=Language_Reference/Terms#Try-catch-finally</ref>
=== X++ ===
|