diff --git a/README.md b/README.md index 4ea16d2..b5e9a1f 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ writeln(buf); If `name` is not specified, it is treated as the name `main`. -### Isolate block +### Scoped block To make a single block of code run independently without being combined with other blocks, give it the attribute `single`.