dwww Home | Show directory contents | Find package

# These test cases check that interweave
# works for a variety of situations

a <- 1  # Comment after an expression
b <- 2

{
  a
  b
}

# Here is a comment which should be followed
# by two new lines

{
  print(a)  # comment in a block
  print(b)
}

a; b

a; b # Comment

Generated by dwww version 1.15 on Sat May 18 13:36:13 CEST 2024.