given (+ $x) { when (+ $n) { ... } when (+ $m) { ... } default { given ($x) { ... } }