- Notifications
You must be signed in to change notification settings - Fork 294
Open
Labels
Description
Hi,
I'm a beginner and a little bit confused in which cases I should use the following syntax:
Set-Variable -Name "desc" -Value "A description" and ich which cases it is ok do to the simpler
$desc = "A description" I could not find any helpful information in the internet, maybe someone has a link for me? :)__
Reactions are currently unavailable