1/21/23
# this is some comment # this is more comment
When this fragment is shown, the first line of code (span.line) will have the "focus" class added to it.
span.line
"focus"
Another fragment. This time, both lines will now have the "focus" class.
a <- 1 b <- 2 c <- 1 + 2
Then,
print(c)
[1] 3
Here we have declared two variables
Then added them and passed them to c
Then print the c