Noname Attribute

Each object’s 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 Mon May 26 13:15:50 UTC 2025.