Skip to content
Prev 70080 / 398506 Next

R annoyances

On Thu, May 19, 2005 at 03:10:53PM -0400, John Fox wrote:

            
True, particularly since I'm not too likely to use these variables for (local)
functions, and variables of other types don't prevent functions from working.
(I thought this was a problem... I must be spoilt by recently having to read
too much Matlab code, where parentheses are used to both enclose subscripts and
parameter lists, thus rendering subscript expressions and function calls
syntactically indistinguishable.)
Perhaps, it's a legacy code thing -- if there's both code relying on
T and F being aliases of TRUE and FALSE, and code using T or F as
variable names, then the situation cannot be resolved in either way
without breaking some code.

Best regards, Jan