26 fprintf(stderr,
"Runtime type error: sleep(ms) expects Number (milliseconds)\n");
Tagged union representing a Fun value.
static void fun_sleep_ms(long ms)
Value make_nil(void)
Construct a nil Value.
void free_value(Value v)
Free dynamic storage owned by a Value.
static Value pop_value(VM *vm)
Pop a Value from the VM operand stack.
static void push_value(VM *vm, Value v)
Push a Value onto the VM operand stack.