; Test deletion of elements from data structure. ; ; Display initial database: ;dump ; ; Delete a few cities: remove city Aberdeen SD remove city Charleston SC remove city Yuma AZ ; ; Try to delete a couple that are missing: remove city East Elbow AK remove city Charleston SC ; ; Verify deletions: dump ; ; Shut down exit