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