News:

PROTON pic BASIC Compilers for PIC, PIC24, dsPIC33

Main Menu

Break up long code

Started by jpeeters19, Apr 19, 2021, 09:08 AM

Previous topic - Next topic

jpeeters19

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

Stephen Moss

Use a single underscore, see page 44 of the 8 bit manual "Line Continuation Character"

jpeeters19