Libraries
Overview
Libraries are sections of code that are intended to provide a set of functions to be used within another
script. To indicate that a section of code is a library, check the lib checkbox. Whenever another script
in the Javascript app is run, the code in the library will be prepended to the code being run prior to
it being executed. This provides a method to separate out the functions that a script will need into a separate script.