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
|
|
@ -43,6 +43,7 @@ typedef enum {
|
|||
OP_RETURN, // pop optional return value and return to caller
|
||||
|
||||
OP_PRINT,
|
||||
OP_ECHO, // like print but does not append a newline; prints immediately
|
||||
OP_HALT,
|
||||
|
||||
OP_LINE, // operand = source line number (debug marker)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue