Skip to content
Prev 171610 / 398503 Next

R parser for If-else

I too have had many problems with if-else.

My solution is to always always always
use the line

"} else {"

in any if-else construction.  This guarantees that
there won't be problems of the sort discussed here.

HTH

rksh
Martin Maechler wrote: