The R Project SVN R

Rev

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

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