PowerShell Komentowaie
Komentarze w PowerShell
Komentowanie pojedynczej linii - używamy znaku #:
# w ten sposób komentujemy pojedynczą linię w PowerShell |
Komentowanie blokowe w PowerShell
|
<# this is a first line of comment
this is a second line of comment
this is a third line of comment
.
.
.
this is a last line of comment
#>
Dodaj komentarz