Data update
This commit is contained in:
parent
0df55f9f24
commit
aec8ed51b6
1045 changed files with 18889 additions and 2777 deletions
|
|
@ -2,6 +2,6 @@ switch[and] .x, .y {
|
|||
case true: ... # both true
|
||||
case true, false: ... # first true, second false
|
||||
case false, true: ... # first false, second true
|
||||
case null, _: ... # first null, second irrelevant
|
||||
case null, _: ... # first null
|
||||
default: ... # other
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue