About
In a source script, you have:
- a package declaration
- followed by an import declarations
- followed by declarations of functions, variables, constants, and types (introduced by the keywords func, var, const, and type);
In a source script, you have: