The R Project SVN R

Rev

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

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