vectaport / ivtools

X11 vector graphic servers
Other
17 stars 13 forks source link

Add :del argument to comterp's "at" command #10

Open vectaport opened 4 years ago

vectaport commented 4 years ago

Lists in comterp are implemented with an underlying AttributeValueList object, a doubly linked list that supports arbitrary insertion and deletion. The "at" command supports getting, setting, and inserting values into any list. The addition of :del keyword argument to the "at" command would round out the exposure of the underlying capability.