mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-07 20:20:17 +00:00
f
This commit is contained in:
parent
50ca9d53cc
commit
713dcca3d7
@ -520,7 +520,7 @@ private:
|
|||||||
// so it is available as a value
|
// so it is available as a value
|
||||||
// in the expression
|
// in the expression
|
||||||
consume(TK(":="));
|
consume(TK(":="));
|
||||||
emit(OP_LOAD_NAME_REF, index);
|
emit(OP_LOAD_NAME_REF, index);
|
||||||
EXPR_TUPLE();
|
EXPR_TUPLE();
|
||||||
// emit(OP_LOAD_NAME, index);
|
// emit(OP_LOAD_NAME, index);
|
||||||
emit(OP_STORE_REF);
|
emit(OP_STORE_REF);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user