RosettaCodeData/Task/Topic-variable/PowerShell/topic-variable-1.psh

3 lines
132 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
65..67 | ForEach-Object {$_ * 2} # Multiply the numbers by 2
65..67 | ForEach-Object {[char]$_ } # ASCII values of the numbers