home > 比較編 > C, C++, Objective-C, Java, C# > execution control >

ForNext

Only Do What Only You Can Do

100. finally clause

VBScript

JScript

Perl

PHP

Python

Ruby

PowerShell

Scala

F#

C

C++

use local object with destructor




C++Builder

VC++

C#

try {
   risky code
} finally {
   perform cleanup
}

Java

try {
   risky code
} finally {
   perform cleanup
}

Objective-C

@try {
   risky code
} @finally {
   perform cleanup
}

D

VB

VB.NET

Delphi

Ada

PL/SQL

T-SQL

関数型

inserted by FC2 system