Comments

Comments are pieces of text inside your code which will not be executed. A comment starts with # and stops at a new line

1
2
# This is a comment
var stringVariable = "Hello!" # Comment after code