Adaptive Framework 0.9.0

let

The following is a list of properties for the function let:

PropertyValue
briefDeclare one or more variables in the current block
categoryscript
descriptionDeclare one or more statically scoped variable locations local to the current script block and optionally assign them an initial value. These variables can be accessed and assigned different values from the current block and inner blocks.
functionIdlet
functionLabellet
parameters[ { "dataType": "list", "dataTypeParameter": "string", "description": "The name of one or more variables to declared in the current block.", "name": "name" }, { "canBeUndefined": true, "description": "This is the initial value of the variable(s). If not specified, the variable will have a value of undefined.", "name": "value", "optional": true }, { "dataType": "object", "dataTypeParameter": "_AdaptiveValueMeta_", "description": "The type of the variable(s).", "name": "type", "optional": true } ]
puretrue
returns{ "description": "The value assigned." }
scriptSupporttrue