That's the price you pay for a free-format language [Wink]

Seriously, this is why I have a habit of coding writes to the console like this:
code:
? 'some message'
? $string

The '?' (new line command) reminds me that I intentionally print to the console. If something prints to the console and it doesn't have the '?' then I know that it's not supposed to do this.
_________________________
There are two types of vessels, submarines and targets.