Skip to content

using function names as parameters (PR#469)

1 message · Peter Dalgaard

#
Friedrich Leisch <Friedrich.Leisch@ci.tuwien.ac.at> writes:
However,
Error in foo(): Recursive occurrence of default argument "date"
Dumped

So S-plus only works by assuming that the local variable is not a
function (*before* evaluating its default)! R is being cleaner and
more consistent..