The R Project SVN R

Rev

Rev 15735 | 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
}