Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    \$\begingroup\$ You could probably save a few bytes by just using \n instead of ; in the string and getting rid of the replace. \$\endgroup\$ Commented Nov 24, 2015 at 21:18
  • \$\begingroup\$ @Eth Sure, thanks! I did use the replace, because at first, without counting the line breaks, the replace would shorten. Then I've noticed that the line breaks should be there, so I've used replace again. Didn't even think it could make the code longer :D \$\endgroup\$ Commented Nov 24, 2015 at 21:24