35 fprintf(stderr,
"Runtime type error: CLEAR expects array\n");
void array_clear(Value *v)
Remove all elements from an array Value, freeing their contents.
push_value(vm, make_int(0))
Tagged union representing a Fun value.
Value make_int(int64_t v)
Construct a Value representing a 64-bit integer.