I know we are talking about something else but just to make sure, there is no need for the cast, copy, or .reverse:

     const palindrome = "able was I ere I saw elba";
     writeln(palindrome);
     writeln(palindrome.retro);

Ali

Reply via email to