What template should I use for smartBASIC scripting?

'//****************************************************************************** '// Laird Technologies (c) 2013 '// '// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ '// +++++ ++ '// +++++ When UwTerminal downloads the app it will store it as a filenname ++ '// +++++ which consists of all characters up to the first . and excluding it ++ '// +++++ ++ '// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ '// '// Description of what this script does '// '// Date Created '// '//****************************************************************************** '//****************************************************************************** '// Definitions '//****************************************************************************** '//****************************************************************************** '// Library Import '//****************************************************************************** '//****************************************************************************** '// Global Variable Declarations '//****************************************************************************** '//****************************************************************************** '// Function and Subroutine definitions '//****************************************************************************** '//****************************************************************************** '// Handler definitions '//****************************************************************************** '//****************************************************************************** '// Equivalent to main() in C '//******************************************************************************