Formatting in scripts

Develop a standard for formatting your scripts, and use indentation.

Function MyFunction {

# function code here

}

…or…

Function MyFunction

{

# function code here

}