This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
gcc_extensions [2019/07/25 12:52] rpjday [Nonlocal gotos] |
gcc_extensions [2019/07/25 12:53] rpjday [Case ranges] |
||
---|---|---|---|
Line 80: | Line 80: | ||
case low ... high: | case low ... high: | ||
</code> | </code> | ||
+ | |||
+ | Don't forget spaces. | ||