Comment Without Dot

Comments must end with a period.

Incorrect:

# This comment doesn't end with a period
[] > foo
  42 > @

Correct:

# This does end with a period.
[] > foo
  42 > @

Published on Fri Sep 12 07:13:55 UTC 2025.