Long lines -splitting

BlitzMax Forums/BlitzMax Beginners Area/Long lines -splitting

jankupila(Posted 2010) [#1]
Is there a way splitting long code -lines to two lines somehow?


Volker(Posted 2010) [#2]
Use .. at the end of the line.
Print "Hello" + ..
"world"



jankupila(Posted 2010) [#3]
Thanks a lot!!