update README.md.

This commit is contained in:
李昂 2021-12-24 16:35:58 +00:00 committed by Gitee
parent ddee6c1eaf
commit a778cd6af1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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.