July 2018
Beginner
552 pages
13h 18m
English
We need to introduce script blocks, which can be identified by their curly braces { ... }. A script block is a collection of statements and/or expressions.
In addition, it can be saved to variables, and even passed to functions or other language constructs:
# simple ScriptBlock{ 'This is a simple ScriptBlock'}
Read now
Unlock full access