@() mean in Powershell



@ in powershell means array and @() means create an empty array.


Comments