Rev 14950 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
function(...)
{
args <- list(...)
print(args)
print(names(args))
T
TRUE
}