Powershell
Toggle boolean in PowerShell without using $true and $false
Switch on, switch off. Enabled, disabled. Up, Down. All possible wordings for $true and $false in PowerShell. Unfortunately, there is no simple way to toggle between 2 variables when not using these boolean values.