Develop a standard for formatting your scripts, and use indentation.
Function MyFunction {
# function code here
}
…or…
Function MyFunction
{
# function code here
}
Develop a standard for formatting your scripts, and use indentation.
Function MyFunction {
# function code here
}
…or…
Function MyFunction
{
# function code here
}