mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

They behave like C-style switches except case labels can be comprised of multiple literal constants delimited by commas. Only atomic types are allowed for now. Case label bodies that don't execute a "return" or "break" statement will fall through to subsequent cases. A default case label is allowed.
1 line
5 B
Text
1 line
5 B
Text
done
|