+package without tail

The special +package meta must have a value.

Incorrect:

+package

# Foo.
[] > foo

Correct:

+package foo

# Foo.
[] > foo

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