Added echo to output data wthout a newline. (0.36.2)
This commit is contained in:
parent
9dc8afc387
commit
b1e1160bff
6 changed files with 35 additions and 2 deletions
|
|
@ -77,6 +77,7 @@ static const char *opcode_name(OpCode op) {
|
|||
case OP_CALL: return "CALL";
|
||||
case OP_RETURN: return "RETURN";
|
||||
case OP_PRINT: return "PRINT";
|
||||
case OP_ECHO: return "ECHO";
|
||||
case OP_HALT: return "HALT";
|
||||
case OP_MOD: return "MOD";
|
||||
case OP_AND: return "AND";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue