sfunction
- Last UpdatedSep 05, 2024
- 1 minute read
This topic is about the SFUNCTION data type.
Value syntax
Not directly defined.
Description
This type can be used to execute a function inside the code passing parameters and receiving a result. Being a function its value cannot be assigned, but the value can populate other fields using route or setfield nodes. When used without the execute attribute, it returns the last evaluated result of the function.
Attributes
These are attributes for SFUNCTION.
|
Attribute |
Type |
Description |
|---|---|---|
|
execute(text) |
sstring |
Executes |
|
type |
sstring |
Returns the type name. |