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 Mon May 25 14:35:04 UTC 2026.