+package without tail

The special +package meta must have a value.

Incorrect:

+package

# Foo.
[] > foo

Correct:

+package foo

# Foo.
[] > foo

Published on Mon May 25 14:35:05 UTC 2026.