Rev 15735 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
foo <-
function(...)
{
args <- list(...)
print(args)
print(names(args))
TRUE
}