Exception handling syntax: Difference between revisions

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