chickadee » srfi-64 » test-group-with-cleanup

test-group-with-cleanup suite-name decl-or-expr ... cleanup-formprocedure

Execute each of the decl-or-expr forms in order (as in a <body>), and then execute the cleanup-form. The latter should be executed even if one of a decl-or-expr forms raises an exception (assuming the implementation has a way to catch exceptions).