4 lines
65 B
PowerShell
4 lines
65 B
PowerShell
|
Function CustomFunction {
|
||
|
return "ValueFromCustomFunction"
|
||
|
}
|