asas may be used in any case where an Extended RValue→ is allowed. That is, in any case where you pass a value to a function, or use a value in a list. more⇛ by Group Public on Thursday July 10 2008 @ 14:15:42 (1/1 Points) |
Language ↪Reference |
asas may be used in any case where an Extended RValue→ is allowed. That is, in any case where you pass a value to a function, or use a value in a list. more⇛ by Group Public on Thursday July 10 2008 @ 14:15:42 (1/1 Points) |
Language ↪Reference |
Extended RValueAn RValue in many cases may be replaced with an extended notation, the extended RVAlue. Typically this style of RValue has to be the last one specified in a list of RValues. An Extended-RValue follows the rules documented here. more⇛ by Group Public on Thursday July 10 2008 @ 14:22:03 (1/1 Points) |
Language ↪Reference |
RValue ExpansionWhenever an item reference is encountered during an RValue expansion that item is appropriately expanded. more⇛ by Group Public on Thursday July 10 2008 @ 14:27:11 (1/1 Points) |
Language ↪Reference |
withwith is recognized as one of the Extended RValue→ expansions. It introduces a new map. more⇛ by Group Public on Thursday July 10 2008 @ 14:30:05 (1/1 Points) |
Language ↪Reference |
setby Group Public on Thursday July 10 2008 @ 14:35:37 (1/1 Points) |
Language ↪Reference |
callCall calls another unit, returning to this unit after the call. more⇛ by Group Public on Thursday July 10 2008 @ 14:41:55 (1/1 Points) |
Language ↪Reference |
ConditionConditions are used in any case where a branch, or a boolean value is required (as explicitly marked in a function). more⇛ by Group Public on Thursday July 10 2008 @ 14:44:03 (1/1 Points) |
Language ↪Reference |
defaultdefault sets an item to a default value if the item is not yet defined. more⇛ by Group Public on Thursday July 10 2008 @ 14:46:15 (1/1 Points) |
Language ↪Reference |
execexec is similar to call→ except the called unit is executed in a new Logical Root→. This effectively isolates this unit from the calling test. more⇛ by Group Public on Thursday July 10 2008 @ 14:47:58 (1/1 Points) |
Language ↪Reference |
Function CallsA function can be called in three different manners
User defined functions may be defined in the Script.FunctionMap context item. more⇛ by Group Public on Thursday July 10 2008 @ 14:52:09 (1/1 Points) |
Language ↪Reference |