1 line
53 B
D
1 line
53 B
D
const i = 5; static if (i == 7) { ... } else { ... }
|
const i = 5; static if (i == 7) { ... } else { ... }
|