Commit 203da6df authored by Barry Warsaw's avatar Barry Warsaw

Add the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes.

parent 24703a02
......@@ -190,6 +190,8 @@ def_op('BINARY_OR', 66)
def_op('PRINT_EXPR', 70)
def_op('PRINT_ITEM', 71)
def_op('PRINT_NEWLINE', 72)
def_op('PRINT_ITEM_TO', 73)
def_op('PRINT_NEWLINE_TO', 74)
def_op('BREAK_LOOP', 80)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment