Does anyone know if jBase Basic (jBC or JBasic) programming language has a line Continuation Character?
I have a jBasic Program that contain an if statement that is over 80 characters in length but my code standards say my code requires to fit within a 80 character line length.
Qbasic uses the underscore (_) as a continuation character.
I have searched for info on the jBase website but to no avail.