The R Project SVN R

Rev

Rev 87388 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87388 Rev 87405
Line 111... Line 111...
111
## HOWEVER, it is much better practice to write code
111
## HOWEVER, it is much better practice to write code
112
## that can be checked thoroughly, e.g.
112
## that can be checked thoroughly, e.g.
113
if(condition) .Call(entry1, 1, 2, 3) else .Call(entry2, 1, 2, 3)
113
if(condition) .Call(entry1, 1, 2, 3) else .Call(entry2, 1, 2, 3)
114
}
114
}
115
}
115
}
116
\keyword{ packages }
116
\keyword{ programming }
117
 
117