สวิฟท์มีคำแถลงหรือไม่ เช่นถ้าฉันทำสิ่งต่อไปนี้
var testVar = "hello"
var result = 0
switch(testVal)
{
case "one":
result = 1
case "two":
result = 1
default:
result = 3
}
เป็นไปได้หรือไม่ที่จะใช้รหัสเดียวกันสำหรับกรณี "หนึ่ง" และกรณี "สอง"
fallthrough
แต่แนะนำให้ใช้หลายกรณี