Skip to content
Prev 39656 / 398498 Next

cannot have a function argument named 'break'

No, they are reserved names.  That is explained in MASS4 and R-lang, for 
example.  The full list (of syntactically valid names) is

FALSE Inf NA NaN NULL TRUE
break else for function if in next repeat while

(S also has return, T and F)

Most progamming languages have reserved words, so I am surprised you are 
surprised.
On Sun, 2 Nov 2003, Spencer Graves wrote: