pub fn require_string(nb: &ValueWord) -> Result<&str, VMError>
Extract a string reference from a ValueWord, or return a type error.