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

2 lines
29 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
reverse(s)=concat(Vecrev(s))