Answers for "powershell script comment out"

5

powershell comment

Single line comment:
# This is a comment

For PowerShell v2 and newer you can do also multiline comments:
<#
This 
is 
a multiline
comment
#>
Posted by: Guest on April-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language