testData/parser/r/IfStatement.r (4 lines of code) (raw):

if(A>a) # true, 84 > 42 { cat(A, ">", a, "\n") }