update readme about 'def' and 'class' ins Shell

This commit is contained in:
lyon1998 2022-04-11 22:58:12 +08:00
parent 7e876c9799
commit cc9df123b3
2 changed files with 8 additions and 8 deletions

View File

@ -183,10 +183,10 @@ Support method invoke, argument define, new object, free object, control flow(if
|---|---|---|---| |---|---|---|---|
|Module Define |√|-|-| |Module Define |√|-|-|
|Module Import |√|-|-| |Module Import |√|-|-|
|Class Define |√|√|-| |Class Define |√|√||
|Class Inherit |√|√|-| |Class Inherit |√|√||
|Method Define |√|√|-| |Method Define |√|√||
|Method Override |√|√|-| |Method Override |√|√||
|Method Invoke |√|√|√| |Method Invoke |√|√|√|
|Argument Define |√|√|√| |Argument Define |√|√|√|
|Argument Assignment |√|√|√| |Argument Assignment |√|√|√|

View File

@ -196,10 +196,10 @@ https://github.com/maxgerhardt/pikascript-pio-bluepill
|---|---|---|---| |---|---|---|---|
|模块定义 |√|-|-| |模块定义 |√|-|-|
|模块导入 |√|-|-| |模块导入 |√|-|-|
|类定义 |√|√|-| |类定义 |√|√||
|类继承 |√|√|-| |类继承 |√|√||
|方法定义 |√|√|-| |方法定义 |√|√||
|方法重载 |√|√|-| |方法重载 |√|√||
|方法调用 |√|√|√| |方法调用 |√|√|√|
|参数定义 |√|√|√| |参数定义 |√|√|√|
|参数赋值 |√|√|√| |参数赋值 |√|√|√|