No name attribute

Each object attribute must have a name.

Incorrect:

[] > foo
  first
  second
[args] > main
  (stdout "Hello!").print

Correct:

[] > foo
  first > hi
  second > hey
[args] > main
  (stdout "Hello!").print > out

Published on Fri Sep 12 07:13:59 UTC 2025.