Update README.md

This commit is contained in:
Lyon 2021-10-25 15:48:03 +08:00 committed by GitHub
parent 4e4b16be2d
commit f4ec40db1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,10 @@ Support class and method define, encapsulation-inheritance-polymorphism and moud
Support method invoke, argument define, new object, free object, control flow(if\while) and operator ( + - * / < == > ). - Based on [Pika Runtime Core](../../tree/master/src/package/pikascript/pikascript-core).
| Operator | + | - | * | / | == | >= | <= | and | or | not |
| --- | --- | --- | --- | --- | --- | --- | ---| ---| ---| ---|
| |√|√|√|√|√| | | | |
### (4)Develop standard.
Readability first, nearly never use macro function and global argument.