removing
-
operator
-
removing properties
-
Generates a modified property list on the fly by starting with a property list and removing properties
-
Examples: +
set newObj to {A:1, B:2, C:3, D:4}
put newObj removing properties ["B","C"] —> {A:1, D:4} -
Related: remove properties