mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
fix syntax
This commit is contained in:
parent
dca6e827c6
commit
c1a21f0de2
@ -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
|
||||
|
@ -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
|
||||
|
@ -48,7 +48,7 @@
|
||||
| Syntax | str | bytes | list |
|
||||
| --- | --- | --- | --- |
|
||||
| test[i] | √ | √ | √ |
|
||||
| test[a : b : c] | √ | √ | - |
|
||||
| test[a : b] | √ | √ | - |
|
||||
| test[a :] | √ | √ | - |
|
||||
|
||||
#### Other keywords/Syntax
|
||||
|
Loading…
x
Reference in New Issue
Block a user