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 Sun Jun 22 07:52:56 UTC 2025.