Comment must end with a dot.
Incorrect:
# This comment doesn't end with a dot [] > foo 42 > @
Correct:
# This does end with a dot. [] > foo 42 > @