diff options
| author | Tyge Løvset <[email protected]> | 2021-10-27 10:03:32 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-27 10:03:32 +0200 |
| commit | 7d2fe0a5232b8deef52ec2e786c9dac999ef2234 (patch) | |
| tree | cb7749eba2ffb88a3a67cb00be05f3aa102efb4a | |
| parent | 28d53d6649be611dbde120ab76936204daa449b7 (diff) | |
| download | STC-modified-7d2fe0a5232b8deef52ec2e786c9dac999ef2234.tar.gz STC-modified-7d2fe0a5232b8deef52ec2e786c9dac999ef2234.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -191,7 +191,7 @@ int main(void) { }
}
```
-**Note**: Do ***not*** `return`/`goto` from inside a `c_auto*`-block. Instead, do `continue`, which will jump out of the block, and `return` after the block.
+**Note**: Do ***not*** `return` from inside a `c_auto*`-block. Instead, first `continue`, which will jump out of the block, then call `return` after the block.
Output
```
|
