24 lines
272 B
PowerShell
24 lines
272 B
PowerShell
function BasicFunction {}
|
|
BasicFunction
|
|
|
|
function FunctionWithExtraSpace
|
|
{
|
|
|
|
} FunctionWithExtraSpace
|
|
|
|
function
|
|
|
|
|
|
FunctionNameOnDifferentLine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{}
|
|
|
|
|
|
FunctionNameOnDifferentLine
|
|
|
|
function IndentedFunction { } IndentedFunction
|