update readme.syntex

This commit is contained in:
pikastech 2022-09-08 19:30:46 +08:00
parent 87a084b4d8
commit 77b032654c
3 changed files with 18 additions and 18 deletions

View File

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

View File

@ -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)源码规范

View File

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