RosettaCodeData/Task/Arrays/PowerShell/arrays-2.psh

3 lines
33 B
Plaintext

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