summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-10-27 09:49:00 +0200
committerGitHub <[email protected]>2021-10-27 09:49:00 +0200
commit9688e59d1e7778846dfed197beb1add1de25dae3 (patch)
tree60e9d06ba622c372fe9a5a87f4724a505eb11943
parent0c6b41fd08bac55281ff9ad41b0d052171881651 (diff)
downloadSTC-modified-9688e59d1e7778846dfed197beb1add1de25dae3.tar.gz
STC-modified-9688e59d1e7778846dfed197beb1add1de25dae3.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d7ecf68d..cd8f3992 100644
--- a/README.md
+++ b/README.md
@@ -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]