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
1
src/vm.c
1
src/vm.c
|
|
@ -794,6 +794,7 @@ void vm_run(VM *vm, Bytecode *entry) {
|
|||
#include "vm/len.c"
|
||||
#include "vm/line.c"
|
||||
#include "vm/print.c"
|
||||
#include "vm/echo.c"
|
||||
#include "vm/to_number.c"
|
||||
#include "vm/to_string.c"
|
||||
#include "vm/cast.c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue