1
0
Fork 0
forked from fun/fun

Some echo()/print() fixes. (0.37.12)

This commit is contained in:
Johannes Findeisen 2025-12-13 02:24:23 +01:00
commit b16a42a4a7
6 changed files with 36 additions and 6 deletions

View file

@ -72,6 +72,7 @@ struct VM {
Value output[OUTPUT_SIZE]; // store printed values
int output_count;
int output_is_partial[OUTPUT_SIZE]; // 1 when the corresponding output entry should not end with newline (echo)
long long instr_count; // executed instructions in the last vm_run