Line continuation character?

Monkey Forums/Monkey Programming/Line continuation character?

Nobuyuki(Posted 2012) [#1]
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.


therevills(Posted 2012) [#2]
Check this post:
http://www.monkeycoder.co.nz/Community/posts.php?topic=3414#35744


Nobuyuki(Posted 2012) [#3]
oh, fantastic. Thank you. So, it's automatic if the last character on a line before the break is a delimiter.