block Stack
Creates a block stack and adds its contents to the current script.
Return
The created BlockStack.
Parameters
block
The content of the block stack.
Adds an existing block stack's contents to the current script.
Return
The given BlockStack.
Parameters
block Stack
The block stack to add.