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 Tue Mar 31 07:20:24 UTC 2026.