The R Project SVN R

Rev

Rev 14950 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14950 Rev 38674
Line 1... Line 1...
1
foo <-
1
foo <-
2
function()
2
function()
3
{
3
{
4
  on.exit(print(1:10))
4
    on.exit(print(1:10))
5
  stop("Stopping in function foo")
5
    stop("Stopping in function foo")
6
}
6
}