Scopes
Condition: Do while
A condition in a do while loopC
C#
Dart
Java
JavaScript
Kotlin
Lua
PHP
Scala
Condition: For
A condition in a for loopC
C#
Dart
Go
Java
JavaScript
Lua
PHP
Condition: If
A condition in an if statementC
Clojure
C#
Dart
Go
Java
JavaScript
Kotlin
Lua
PHP
Python
R
Ruby
Rust
Scala
SCSS
Condition: Switch case
A condition in a switch statementC
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
R
Ruby
Rust
Scala
Condition: Ternary
A condition in a ternary expressionC
C#
Dart
Java
JavaScript
Kotlin
PHP
Python
Ruby
Condition: While
A condition in a while loopC
C#
Dart
Java
JavaScript
Kotlin
Lua
PHP
Python
R
Ruby
Rust
Scala
Condition: Switch case (iteration)
Iteration scope for conditions in a switch statement: the switch statement body.C
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
R
Ruby
Rust
Scala