How do you comment out code in Powershell (1.0 or 2.0)?
This is a basic question, but I couldn't find it on stackoverflow.
|
How do you comment out code in Powershell (1.0 or 2.0)? This is a basic question, but I couldn't find it on stackoverflow. |
|||||||||||
|
|
In PowerShell V1 there's only
In PowerShell V2
For more explanation about Remark : These function comments are used by |
|||||
|
|
You use the hash mark like this
Wikipedia has a good page for keeping track of how to do comments in several popular languages http://en.wikipedia.org/wiki/Comparison_of_programming_languages_(syntax)#Comments |
|||||||
|
|
Its the # See http://www.neolisk.com/techblog/powershell-specialcharactersandtokens for special characters. |
|||||
|