Hello all, I am having trouble adding a carriage return to the end of a string.
I can easily add carriage returns between strings with + (string spectral), but I only need to add it to the end.
I could make this work by using Cons (string) with an empty string input for the second slice… but I figured there is a better way to just add the carriage return to a single string.
Thanks for the help.