hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

value-scope

Executes a block of commands and returns the last value produced.
Parameter
Type
Description
return
type
The expected return type of the scope. If not specified, returns void
commands
commands
The commands to execute within the scope
return
T
Returns the last value produced by the commands in the scope