RosettaCodeData/Task/Reverse-a-string/PARI-GP/reverse-a-string-1.pari

2 lines
29 B
Text
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
reverse(s)=concat(Vecrev(s))