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 Tue Mar 31 07:20:19 UTC 2026.