mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-07 12:10: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
|
||||
// in the expression
|
||||
consume(TK(":="));
|
||||
emit(OP_LOAD_NAME_REF, index);
|
||||
emit(OP_LOAD_NAME_REF, index);
|
||||
EXPR_TUPLE();
|
||||
// emit(OP_LOAD_NAME, index);
|
||||
emit(OP_STORE_REF);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user