• Appoxo@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    7 hours ago

    Coming from powershell scripting, every string is put in quotes and to be printed strings with variables are put in $($var) (e.g. Write-Host "Example-Issue: $($IssueVariable)")
    Saves me the trouble of hoping that $IssueVariable isnt interpreted as a string butbas a variable by PowerShell.