Redundant Object

If named object used only once, it’s treated as “redundant”, and can be inlined.

Incorrect:

# Foo.
[] > foo
  52 > spb
  spb.plus 2

Correct:

# Foo.
[] > foo
  52.plus 2

Published on Mon May 26 13:15:56 UTC 2025.