blob: 3f4a2b61f4d26e38542a67e005755c4362603197 [file] [log] [blame]
foo <-
function()
{
on.exit(print(1:10))
stop("Stopping in function foo")
}