digitalmars.D - Quick question
- Shrapnel City Bughunter (1/1) Mar 17 2005 Does D support the "finally" clause that java has?
- Sebastian Beschke (3/6) Mar 17 2005 Yes.
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (4/5) Mar 17 2005 As in try { } catch { } finally { } ? Yes, it does.
- Vathix (3/4) Mar 17 2005 Yes. This sounds like a digitalmars.D.learn question.
- J C Calvarese (12/13) Mar 17 2005 If you want to see how D compares to Java, you might want to look at
Does D support the "finally" clause that java has?
Mar 17 2005
Shrapnel City Bughunter schrieb:Does D support the "finally" clause that java has?Yes. -Sebastian
Mar 17 2005
Shrapnel City Bughunter wrote:Does D support the "finally" clause that java has?As in try { } catch { } finally { } ? Yes, it does. http://www.digitalmars.com/d/statement.html#try --anders
Mar 17 2005
On Thu, 17 Mar 2005 18:13:36 +0000 (UTC), Shrapnel City Bughunter <Shrapnel_member pathlink.com> wrote:Does D support the "finally" clause that java has?Yes. This sounds like a digitalmars.D.learn question.
Mar 17 2005
Shrapnel City Bughunter wrote:Does D support the "finally" clause that java has?If you want to see how D compares to Java, you might want to look at these wiki pages: http://www.prowiki.org/wiki4d/wiki.cgi?NotesForProgrammersUsedTo/JavaLanguage "What D and Java have in common:" ... "Feature error handling using try-catch-finally" http://www.prowiki.org/wiki4d/wiki.cgi?JavaToD Has numerous examples of D syntax vs. Java syntax. -- Justin (a/k/a jcc7) http://jcc_7.tripod.com/d/
Mar 17 2005