👾 smth

This commit is contained in:
Lavrentiy Rubtsov 2022-05-27 20:25:06 +06:00 committed by GitHub
parent 15ed0d0953
commit 070b777905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -369,6 +369,7 @@ label: for (...)
```
A `break` directive must be inside a code block. Technically, any labelled code block will do, e.g.:
```js
label: {
// ...