+package without tail

The special +package meta must have a value.

Incorrect:

+package

# Foo.
[] > foo

Correct:

+package foo

# Foo.
[] > foo

Published on Wed Aug 26 07:19:03 UTC 2026.