Same as API function x%=GlobalFindAtom("name")
Atom Find "name", atom%
The Atom Find function searches the global atom table for the specified character string and retrieves the atom associated with that string.
Local atomApp%
Atom Add App.Name, atomApp%
// ...other commands...
Atom Find App.Name, atomApp%
Print atomApp%
{Created by Sjouke Hamstra; Last updated: 23/09/2014 by James Gaite}