The R Project SVN R

Rev

Rev 15735 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
14950 duncan 1
foo <-
38674 ripley 2
function(...)
14950 duncan 3
{
38674 ripley 4
    args <- list(...)
5
    print(args)
6
    print(names(args))
7
    TRUE
8
}