Description
instead of: getitem vTarget, vList, -1 delitem vList, -1 have just: delitem vTarget, vList, -1 or (if necessary for backwards compatibilty) delitem vList, -1, vTarget
Use Case
Obvious from description I hope
Importance
Simpler code Developer productivity
Type
Scripting/Coding
Operating System
Not Applicable
Status
Open