what’s the best way to hardcode a multiple-line string?
Little known feature: you can indeed indent string content – by ending each line with a backslash. Leading spaces on the following line are stripped: let poem = “The lesser world was daubed\n\ By a colorist of modest skill\n\ A master limned you in the finest inks\n\ And with a fresh-cut quill.\n” You will still … Read more