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

2 lines
25 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
-join ($s[$s.Length..0])