Rev 14950 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
foo <-
function()
{
on.exit(print(1:10))
stop("Stopping in function foo")
}