pub fn emit_bash_for_arith( init: &str, cond: &str, incr: &str, body: &[&str], indent: &str, ) -> String
Emit a C-style for loop.