Content deleted Content added
Phil Boswell (talk | contribs) →[[PHP]]: <source> … not sure what that ==try== is doing stuck in there |
Phil Boswell (talk | contribs) →[[Delphi programming language|Delphi]]: <source> |
||
Line 294:
===[[Delphi programming language|Delphi]]===
<source lang=delphi>
try
try
Line 305:
// Code which will be executed whether or not an exception is raised (e.g. clean-up code)
end;
</
===[[Fault Tolerant Shell]]===
|