Args are the children nodes to the current node.
Flags store metadata/primitive data in an Iridium node. These nodes cannot store other Iridium S-Expressions.
Tag specifics the S-Expression Type.
This method is used to squish the Iridium Code into an array which can be easily stored on disk.
Nested Array of Iridium S-Expressions.
Optional
space: number
Remarks
Given a JSObject, this call is used to define methods of different kinds on it.
Action
Given an
targetObj
,key
andvalue
, it adds thevalue
to the specifiedfield
.Trigger
Structure
ARG(targetObj)
: The source object.ARG(key)
: The field where the value must be stored.ARG(value)
: The value, in this case a lambda.