diff options
| author | Tyge Løvset <[email protected]> | 2021-10-27 09:49:00 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-27 09:49:00 +0200 |
| commit | 9688e59d1e7778846dfed197beb1add1de25dae3 (patch) | |
| tree | 60e9d06ba622c372fe9a5a87f4724a505eb11943 | |
| parent | 0c6b41fd08bac55281ff9ad41b0d052171881651 (diff) | |
| download | STC-modified-9688e59d1e7778846dfed197beb1add1de25dae3.tar.gz STC-modified-9688e59d1e7778846dfed197beb1add1de25dae3.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -191,6 +191,8 @@ int main(void) { }
}
```
+**Note**: Do ***not*** call `return`/`goto` inside a `c_auto*`-block. Instead, call `continue`, which will jump out of the block, and call `return` after the block.
+
Output
```
Found: 20, (20, 2), 20, 20, [20: 2]
|
