GlideSystem and GlideAggregate
GlideSystem (gs) - the utility belt GlideSystem is the utility API available in all server-side scripts via the gs global object. It provides methods that are used constantly across the platform. Logging - gs.info(), gs.warn(), gs.error(), gs.deb...