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

# Ignore this
# First comment
iga <- 5
igb <- 7

#-!Start example code

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

#-!print(c)  

#-!End example code

# This is again to be ignored
  igc <- iga %% igb
dkaschek/dMod documentation built on July 27, 2023, 11:45 p.m.