[Issue 621] When inside a loop, if you call break inside a try block the finally block is never executed
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Nov 30 12:20:03 PST 2006
http://d.puremagic.com/issues/show_bug.cgi?id=621
------- Comment #1 from juanjo at comellas.com.ar 2006-11-30 14:20 -------
The program should show the following output:
one
two
three
But on Linux you get:
one
three
--
More information about the Digitalmars-d-bugs
mailing list