Answers for "powershell comment"

2

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
2

powershell multiline comment

<#

MULTILINE 
COMMENT
HERE

#>
Posted by: Guest on June-03-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language