-
Notifications
You must be signed in to change notification settings - Fork 53
Subexpression
Øyvind Kallstad edited this page Sep 15, 2017
·
1 revision
A subexpression starts with $( and ends with )
"Hello $(Get-Name -Input $input)!"$( and ) are scoped as punctuation.section.parens.begin and punctuation.section.parens.end respectively. The whole subexpression are give the scope of meta.subexpression and all the syntax rules are included within the braces.
Use
- Prerequisites
- Workflow
- Tests
- Comment
- String
- Numeric constant
- Type
- Function
- Command (Cmdlet)
- Class
- Enum
- Switch
- Array
- Hashtable
- Subexpression
- Control
- Variable
- Operator