Skip to content

Instantly share code, notes, and snippets.

@ritalin
Created July 26, 2013 05:12
Show Gist options
  • Save ritalin/6086448 to your computer and use it in GitHub Desktop.
Save ritalin/6086448 to your computer and use it in GitHub Desktop.
Alternative conditional operator for PowerShell
function test($v) { $v }
test $(if ($true) { "A" } else { "B" })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment