# Comments
To write comments use the pound sign.
let month = 7 # Sets the month
If the comment takes several lines, use the pound sign on each line.
# This comment
# takes
# three lines
To write comments use the pound sign.
let month = 7 # Sets the month
If the comment takes several lines, use the pound sign on each line.
# This comment
# takes
# three lines