[Implemented] Continue Character?
Posted: Wed Jan 25, 2006 11:14 pm
I know it's BASIC - but it's a BASIC Compiler, so is there a continue character that lets the compiler know you wish to split a long line in two? If not I'd like that feature added.
I know you can use a colon to add another statement on a single line - but you can't do this in the middle of an IF statement. And things get untidy when reading - and especially when printing, because on a decent screen resolution the whole line can be seen on the same line - the paper print is too narrow.
Just makes your code tidier and so bugs easier to spot.
I know you can use a colon to add another statement on a single line - but you can't do this in the middle of an IF statement. And things get untidy when reading - and especially when printing, because on a decent screen resolution the whole line can be seen on the same line - the paper print is too narrow.
Just makes your code tidier and so bugs easier to spot.