Ticker

6/recent/ticker-posts

Advertisement

Comments in PowerShell

Comments in PowerShell



In Powershell single line comments start with a hash symbol.
Syntax:


# comment  



In Powershell 2.0 and above multi-line block comment can be use

Syntax:


<# comments
comments #>



Post a Comment

0 Comments