Continue on next line

BlitzMax Forums/BlitzMax Beginners Area/Continue on next line

I'm sure somebody posted something about this before but I can't find it - what symbol does BlitzMax use to allow code to continue on the next line?

C++ ignores spaces so this isn't a problem and so code is kept neat.

'..'
Print "One Two Three"..
+" four five"..
+" Six Seven"


Thanks mate. :-D