Rev 48160 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
foo <- function() { on.exit(print(1:10)) stop("Stopping in function foo") }
foo <-
function()
{
on.exit(print(1:10))
stop("Stopping in function foo")
}