inst/tests/etc/exampleParser-1-Expectation.R

a <- 10
b <- 7
c <- a - b
  print(c)
  
  # Testing indendation
  d <- a %% b
    c <- a - b

print(c)  
dkaschek/dMod documentation built on April 23, 2024, 5:18 p.m.