RosettaCodeData/Task/Arrays/PowerShell/arrays-2.psh
2023-07-01 13:44:08 -04:00

2 lines
33 B
Text

$a = ,2
$a = @(2) # alternative