From a778cd6af1d6c2319ff8504e14779460dc2dd585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=98=82?= <645275593@qq.com> Date: Fri, 24 Dec 2021 16:35:58 +0000 Subject: [PATCH] update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a1f77b8c..872db6617 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ Support method invoke, argument define, new object, free object, control flow(if | if | while | for | else | elif | break | continue | | --- | --- | --- | --- | --- | --- | --- | -|√|√| |√|√| | | +|√|√|√|√|√| | | ### (4)Develop standard. Readability first, nearly never use macro function and global argument.