The Base Script
All of the code you write is in a subclass of the Base Script.
This base contains the housekeeping functions and a few special commands to assist you with basic tasks such as writing to logs and accessing parameters.
You can use the Me. or this. keyword to access a list of available properties and functions.
The functions are documented inline as shown above.