Answers for "arrays powershell"

0

how to declare an array in powershell

$fruit = @('Apples','Oranges','Bananas')
Posted by: Guest on February-21-2022
0

powershell array

$arr = 22,5,10,8,12,9,80
Posted by: Guest on January-26-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language