From a47b6377a3ada59ea971bd87f7f65595dab307bb Mon Sep 17 00:00:00 2001 From: lempiji Date: Fri, 7 May 2021 23:57:29 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.