1
0
Fork 0
forked from fun/fun

Added echo to output data wthout a newline. (0.36.2)

This commit is contained in:
Johannes Findeisen 2025-12-10 00:30:24 +01:00
commit b1e1160bff
6 changed files with 35 additions and 2 deletions

View file

@ -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"