Within PowerShell their are two different types of comments: Inline comments and Block comments.
Inline – #
Inline comments are denoted by a # symbol at the start of the line. This comment only affects a single line.
Block – <#…#>
Block comments are opened using <# and closed using #> these comments can span multiple lines.
No comments:
Post a Comment