$let
$let
will store temporary variables which can be retrieved by $get
.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
varname | string | Name of the temporary variable. | true |
value | string | Value of the temporary variable you want to save. | true |
Example(s)
This will return Ayaka
from $get
: