Check return code [CRC test suite] ----------------- ^rcof "^[^noisily^] stata_cmd^"^ Description ----------- Makes assertions about the return code. Output of stata_cmd is suppressed unless noisily is specified. Examples -------- . ^rcof "list myvar" != 0^ . ^rcof "list myvar" == 111^ . ^rcof "noisily list myvar" == 111^ Also see -------- On-line: ^help^ for ^testproc^