In Linux workstation, the expanded example from Programming in D, bottom of page 206 crashed. Is this expected behavior? I would have expected that the scope(failure) would catch the throw and continue the program.
`scope(failure)` rethrows the exception after executing. This is intentional and expected.
