Unit test missing

Each live object should have unit tests inside.

Incorrect:

# Foo.
[] > foo

Correct:

# Foo.
[] > foo
  # Test works.
  [] +> prints-hello-world
    stdout > @
      "Hello, world"

Published on Fri Jul 10 07:32:27 UTC 2026.