I am programming many years in Proton, but never had very long syntax in my code, but now i do ;-).
How can i break up long code so it looks nicer in the compiler?
In vb.net i always use the double underscore but can't find it in the proton compiler manual
Use a single underscore, see page 44 of the 8 bit manual "Line Continuation Character"
thanks!