[EMAIL PROTECTED] wrote:


Indeed! look at the following:



test <- function(x) invisible(x)
test(9)
- test(9)

[1] -9




or even:

> +test(9)
[1] 9

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to