blob: 06ef4aa9ee43023ac42d8bd9b28df54aff052cc7 [file] [log] [blame]
foo <-
function(...)
{
args <- list(...)
print(args)
print(names(args))
TRUE
}