pub fn execute_while( interpreter: &mut AudioInterpreter, condition: &Value, body: &[Statement], ) -> Result<()>