Line continuation character?
Monkey Forums/Monkey Programming/Line continuation character?| 
 | ||
| Does Monkey have a line continuation character?  Some of my lines are becoming a bit unwieldy, and I'm looking for a nice way to format them so they're more readable.  I know about using semicolons to concat multiple lines, but I don't see any use of a continuation character anywhere. | 
| 
 | ||
| Check this post: http://www.monkeycoder.co.nz/Community/posts.php?topic=3414#35744 | 
| 
 | ||
| oh, fantastic.  Thank you.  So, it's automatic if the last character on a line before the break is a delimiter. |