2 lines
132 B
PowerShell
2 lines
132 B
PowerShell
65..67 | ForEach-Object {$_ * 2} # Multiply the numbers by 2
|
|
65..67 | ForEach-Object {[char]$_ } # ASCII values of the numbers
|