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 15735
Line 2... Line 2...
2
function(...) 
2
function(...) 
3
{
3
{
4
  args <- list(...)
4
  args <- list(...)
5
  print(args)
5
  print(args)
6
  print(names(args))
6
  print(names(args))
7
  T
7
  TRUE
8
}    
8
}