I like this but to make the code more readable the Greek question mark should also be placed upsidedown at the start of every line that needs to not be printed.
I agree. If there is no Greek question mark at all it should be code that is printed to console. If there is an upside down at the start and upside right at the end it is just normal code. If upside right at the end only, it is a comment. Only upside down at the start it will be treated as debug specific code and will not be run in production compilations.
So the matlab thing where all lines not terminated by semi colon are printed except use Greek question marks instead of semi colons.
I like this but to make the code more readable the Greek question mark should also be placed upsidedown at the start of every line that needs to not be printed.
Should it raise an error of treat it as a comment for lines with neither? Im leaning towards treat it as a comment will make debugging harder.
I agree. If there is no Greek question mark at all it should be code that is printed to console. If there is an upside down at the start and upside right at the end it is just normal code. If upside right at the end only, it is a comment. Only upside down at the start it will be treated as debug specific code and will not be run in production compilations.