ldc executable crashes with this code

Ali Çehreli acehreli at yahoo.com
Thu Feb 3 09:34:17 UTC 2022


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



More information about the Digitalmars-d-learn mailing list