RosettaCodeData/Task/Reverse-a-string/PowerShell/reverse-a-string-3.psh

2 lines
25 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
-join ($s[$s.Length..0])