23 Value cmdv = pop_value(vm);
35 else if (WIFEXITED(
status))
push_value(vm, make_int(code))
Tagged union representing a Fun value.
char * value_to_string_alloc(const Value *v)
Allocate a printable C string for a Value.
Value make_int(int64_t v)
Construct a Value representing a 64-bit integer.