mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
update readme about 'def' and 'class' ins Shell
This commit is contained in:
parent
7e876c9799
commit
cc9df123b3
@ -183,10 +183,10 @@ Support method invoke, argument define, new object, free object, control flow(if
|
||||
|---|---|---|---|
|
||||
|Module Define |√|-|-|
|
||||
|Module Import |√|-|-|
|
||||
|Class Define |√|√|-|
|
||||
|Class Inherit |√|√|-|
|
||||
|Method Define |√|√|-|
|
||||
|Method Override |√|√|-|
|
||||
|Class Define |√|√|√|
|
||||
|Class Inherit |√|√|√|
|
||||
|Method Define |√|√|√|
|
||||
|Method Override |√|√|√|
|
||||
|Method Invoke |√|√|√|
|
||||
|Argument Define |√|√|√|
|
||||
|Argument Assignment |√|√|√|
|
||||
|
@ -196,10 +196,10 @@ https://github.com/maxgerhardt/pikascript-pio-bluepill
|
||||
|---|---|---|---|
|
||||
|模块定义 |√|-|-|
|
||||
|模块导入 |√|-|-|
|
||||
|类定义 |√|√|-|
|
||||
|类继承 |√|√|-|
|
||||
|方法定义 |√|√|-|
|
||||
|方法重载 |√|√|-|
|
||||
|类定义 |√|√|√|
|
||||
|类继承 |√|√|√|
|
||||
|方法定义 |√|√|√|
|
||||
|方法重载 |√|√|√|
|
||||
|方法调用 |√|√|√|
|
||||
|参数定义 |√|√|√|
|
||||
|参数赋值 |√|√|√|
|
||||
|
Loading…
x
Reference in New Issue
Block a user