One High-Level Object
Every .eo
file must have only one high-level object
inside.
Incorrect:
app.eo
:
# Foo.
[] > foo
42 > @
# Bar.
[] > bar
42 > @
Correct:
app.eo
:
# Foo.
[] > foo
42 > @
Published on Mon May 26 13:15:56 UTC 2025.
Every .eo
file must have only one high-level object
inside.
Incorrect:
app.eo
:
# Foo.
[] > foo
42 > @
# Bar.
[] > bar
42 > @
Correct:
app.eo
:
# Foo.
[] > foo
42 > @
Published on Mon May 26 13:15:56 UTC 2025.