mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
update readme.syntex
This commit is contained in:
parent
87a084b4d8
commit
77b032654c
12
README.md
12
README.md
@ -210,9 +210,9 @@ Support class and method define, encapsulation-inheritance-polymorphism and moud
|
||||
|
||||
#### Operator
|
||||
|
||||
| + | - | * | / | == | > | < | >= | <= | % | ** | // | != | & | >> | << | and | or | not | += | -= | *= | /= |
|
||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||
|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|
|
||||
| + | - | * | / | == | > | < | >= | <= | % | ** | // | != | & | >> | << | and | or | not | in | += | -= | *= | /= |
|
||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||
|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|
|
||||
|
||||
#### Control flow
|
||||
|
||||
@ -263,14 +263,14 @@ Support class and method define, encapsulation-inheritance-polymorphism and moud
|
||||
| Syntax | str | bytes | list |
|
||||
| --- | --- | --- | --- |
|
||||
| test[i] | √ | √ | √ |
|
||||
| test[a : b] | √ | √ | - |
|
||||
| test[a :] | √ | √ | - |
|
||||
| test[a : b] | √ | √ | √ |
|
||||
| test[a :] | √ | √ | √ |
|
||||
|
||||
#### Other keywords/Syntax
|
||||
|
||||
| yield | is | comprehensions |
|
||||
| --- | --- | --- |
|
||||
| - | - | - |
|
||||
| - | √ | - |
|
||||
|
||||
### (4)Develop standard.
|
||||
|
||||
|
12
README_zh.md
12
README_zh.md
@ -217,9 +217,9 @@ https://github.com/maxgerhardt/pikascript-pio-bluepill
|
||||
|
||||
#### Operator
|
||||
|
||||
| + | - | * | / | == | > | < | >= | <= | % | ** | // | != | & | >> | << | and | or | not | += | -= | *= | /= |
|
||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||
|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|
|
||||
| + | - | * | / | == | > | < | >= | <= | % | ** | // | != | & | >> | << | and | or | not | in | += | -= | *= | /= |
|
||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||
|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|
|
||||
|
||||
#### Control flow
|
||||
|
||||
@ -270,14 +270,14 @@ https://github.com/maxgerhardt/pikascript-pio-bluepill
|
||||
| Syntax | str | bytes | list |
|
||||
| --- | --- | --- | --- |
|
||||
| test[i] | √ | √ | √ |
|
||||
| test[a : b] | √ | √ | - |
|
||||
| test[a :] | √ | √ | - |
|
||||
| test[a : b] | √ | √ | √ |
|
||||
| test[a :] | √ | √ | √ |
|
||||
|
||||
#### Other keywords/Syntax
|
||||
|
||||
| yield | is | comprehensions |
|
||||
| --- | --- | --- |
|
||||
| - | - | - |
|
||||
| - | √ | - |
|
||||
|
||||
### (4)源码规范
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
#### Operator
|
||||
|
||||
| + | - | * | / | == | > | < | >= | <= | % | ** | // | != | & | >> | << | and | or | not | += | -= | *= | /= |
|
||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||
|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|
|
||||
| + | - | * | / | == | > | < | >= | <= | % | ** | // | != | & | >> | << | and | or | not | in | += | -= | *= | /= |
|
||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||
|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|
|
||||
|
||||
#### Control flow
|
||||
|
||||
@ -53,11 +53,11 @@
|
||||
| Syntax | str | bytes | list |
|
||||
| --- | --- | --- | --- |
|
||||
| test[i] | √ | √ | √ |
|
||||
| test[a : b] | √ | √ | - |
|
||||
| test[a :] | √ | √ | - |
|
||||
| test[a : b] | √ | √ | √ |
|
||||
| test[a :] | √ | √ | √ |
|
||||
|
||||
#### Other keywords/Syntax
|
||||
|
||||
| yield | is | comprehensions |
|
||||
| --- | --- | --- |
|
||||
| - | - | - |
|
||||
| - | √ | - |
|
Loading…
x
Reference in New Issue
Block a user