bounds_clause ::=
 {
  lower_bound .. upper_bound |
INDICES OF collection [BETWEEN lower_bound AND upper_bound] |
VALUES OF index_collection
 }