Sparse Φ.org.eolang.seq

The Φ.org.eolang.seq object should have more than one object inside.

Incorrect:

# App.
[] > app
  QQ.seq > @
    *
      true

Correct:

# App.
[] > app
  QQ.seq > @
    *
      42
      true

Published on Fri Oct 10 22:54:09 UTC 2025.