Incorrect number of attributes
The number of provided attributes must match the number of declared attributes for an object.
Incorrect:
foo.eo:
# Foo with one attribute.
[at] > foo
bar.eo:
# Bar object.
[args] > bar
foo 1 2
Correct:
foo.eo:
# Foo with one attribute.
[at] > foo
bar.eo:
# Bar object.
[args] > bar
foo 1
Published on Fri Oct 10 22:54:01 UTC 2025.