Comments
Comments are text entries ignored by the compiler, used to document structures and write explanations.
Single-line Comments
Single-line comments start with a hash character (#). Everything following the # on that line is ignored:
# Declare a score variable
let score = 100 # Inline comment about score