fix syntax

This commit is contained in:
lyon 2022-07-02 20:36:14 +08:00
parent dca6e827c6
commit c1a21f0de2
3 changed files with 3 additions and 3 deletions

View File

@ -249,7 +249,7 @@ Support class and method define, encapsulation-inheritance-polymorphism and moud
| Syntax | str | bytes | list |
| --- | --- | --- | --- |
| test[i] | √ | √ | √ |
| test[a : b : c] | √ | √ | - |
| test[a : b] | √ | √ | - |
| test[a :] | √ | √ | - |
#### Other keywords/Syntax

View File

@ -256,7 +256,7 @@ https://github.com/maxgerhardt/pikascript-pio-bluepill
| Syntax | str | bytes | list |
| --- | --- | --- | --- |
| test[i] | √ | √ | √ |
| test[a : b : c] | √ | √ | - |
| test[a : b] | √ | √ | - |
| test[a :] | √ | √ | - |
#### Other keywords/Syntax

View File

@ -48,7 +48,7 @@
| Syntax | str | bytes | list |
| --- | --- | --- | --- |
| test[i] | √ | √ | √ |
| test[a : b : c] | √ | √ | - |
| test[a : b] | √ | √ | - |
| test[a :] | √ | √ | - |
#### Other keywords/Syntax