А
Size: a a a
А
AE
А
Cʕ
var value = 1.34;
switch(value) {
case >= 1 -> ...
case >= 2 -> ...
default ->
}
ZM
AE
AE
VP
AE
when {
x.isOdd() -> print("x is odd")
y.isEven() -> print("y is even")
else -> print("x+y is odd.")
}
VP
when {
x.isOdd() -> print("x is odd")
y.isEven() -> print("y is even")
else -> print("x+y is odd.")
}
Cʕ
var value = 1.34;
switch(value) {
case >= 1 -> ...
case >= 2 -> ...
default ->
}
AE
AE
VP
VP
AE
AE
Cʕ