Example ``` powershell $result = if ($false) { "abc" } else #True { "def" } #False ``` Ref: https://connect.microsoft.com/PowerShell/Feedback/Details/53059