pub fn apply_subscript_array( arr: &[String], start: i64, end: i64, ) -> Vec<String>
Apply subscript to array (from subst.c getarrvalue)