powershell$condition = $true if ( $condition ) { Write-Output "The condition was true" }
ps1$condition = $true if ( $condition ) { Write-Output "The condition was true" }