Line comments start with # and extend to the end of the line.
# This is a comment
var x = 10 # Inline comment
Jyro does not have block comments, although you can do this
###############################
# This is an explanation block
###############################