=/ tis·fas
Syntax | Summary |
---|---|
=/ name=type value hoon | Combine a named (optionally typed) noun to the subject. |
Adds to the subject a noun with a specified face and often a specified type. Functions much like a typical variable declaration in other languages.
- =/ takes three children.
- The first child is the face given to the noun with optional metadata explicitly stating the noun’s type.
- The second child is the value of the new noun,
- The third child is some hoon to run, in light of our new subject.