Same as API function GlobalDeleteAtom("name")
Atom Delete x%
The Atom Delete function decrements the reference count of a global string atom. If the atom's reference count reaches zero, GlobalDeleteAtom removes the string associated with the atom from the global atom table.
Local atomApp%
Atom Add App.Name, atomApp%
Atom Delete atomApp%
{Created by Sjouke Hamstra; Last updated: 23/09/2014 by James Gaite}