The R Project SVN R

Rev

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

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