The R Project SVN R

Rev

Rev 14950 | Rev 38674 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

foo <-
function(...) 
{
  args <- list(...)
  print(args)
  print(names(args))
  TRUE
}