mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
add demo
This commit is contained in:
parent
1fea8e39eb
commit
7a700b72cb
@ -67,7 +67,7 @@ void block_setMode(PikaObj *self, char *mode)
|
||||
|
||||
char *block_getMode(PikaObj *self)
|
||||
{
|
||||
obj_getStr(self, "mode");
|
||||
return obj_getStr(self, "mode");
|
||||
}
|
||||
|
||||
void block_pushLine(PikaObj *self, char *line)
|
||||
|
Loading…
x
Reference in New Issue
Block a user