mirror of
https://github.com/github/semantic.git
synced 2025-01-02 12:23:08 +03:00
2 lines
62 B
JavaScript
2 lines
62 B
JavaScript
if (x) y; else if (a) b; else if (c) d; else if (e) f; else g
|