Skip to main content

Condition

Scopes

Condition: Do while

A condition in a do while loop
C
C#
Dart
Java
JavaScript
Kotlin
Lua
PHP
Scala

Condition: For

A condition in a for loop
C
C#
Dart
Go
Java
JavaScript
Lua
PHP

Condition: If

A condition in an if statement
C
Clojure
C#
Dart
Go
Java
JavaScript
Kotlin
Lua
PHP
Python
R
Ruby
Rust
Scala
SCSS

Condition: Switch case

A condition in a switch statement
C
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
R
Ruby
Rust
Scala

Condition: Ternary

A condition in a ternary expression
C
C#
Dart
Java
JavaScript
Kotlin
PHP
Python
Ruby

Condition: While

A condition in a while loop
C
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