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 Import |√|-|-|
|Class Define |√|√|-|
|Class Inherit |√|√|-|
|Method Define |√|√|-|
|Method Override |√|√|-|
|Class Define |√|√||
|Class Inherit |√|√||
|Method Define |√|√||
|Method Override |√|√||
|Method Invoke |√|√|√|
|Argument Define |√|√|√|
|Argument Assignment |√|√|√|

View File

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