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 Oct 10 22:53:58 UTC 2025.