Update README_zh.md

This commit is contained in:
Lyon 2021-11-28 17:45:51 +08:00 committed by GitHub
parent a7fca1843d
commit 2b51f71de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,9 +163,9 @@ PikaScript是一个完全重写的超轻量级python引擎零依赖零配
#### 操作符
| + | - | * | / | == | > | < | >= | <= |
|---|---|---|---|---|---|---|---|---|
|√|√|√|√|√|√|√| | |
| + | - | * | / | == | > | < | >= | <= | % | ** | // | != | & | >> | << | and | or | not | += | -= | *= | /= |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√| | | | |
#### 控制流