better-empty-list-behavior.rst 424 B

123456789
  1. better-empty-list-behavior
  2. --------------------------
  3. * The :command:`list` operations ``REMOVE_ITEM``, ``REMOVE_DUPLICATES``,
  4. ``SORT``, ``REVERSE``, and ``FILTER`` all now accept a non-existent variable
  5. as the list since these operations on empty lists is also the empty list.
  6. * The :command:`list` operation ``REMOVE_AT`` now indicates that the given
  7. indices are invalid for a non-existent variable or empty list.