The R Project SVN R

Rev

Rev 38674 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

foo <-
function()
{
    on.exit(print(1:10))
    stop("Stopping in function foo")
}