1 + 1
[1] 2
1 + a
Error: object 'a' not found
warning("Be careful!")
Warning: Be careful!
message("Here's a message")
Here's a message