comments remarks for people

Programmers usually work on computer code together, so they leave notes in their programs to explain their work.

Use # at the start of a line to mark a comment that the computer will ignore when it runs the program.

# cool clover
pen green, 5
# four leaves
for [1..4]
  # the petal
  rt 270, 30
  # the corner
  lt 180