Quote:
|
Originally Posted by ApothiX
SPC and NL look ugly 
|
I am not sure about you, but I would rather do the following:
PHP Code:
this.text = "Some text" NL
"Some more text" NL
"Yet another line";
... rather than:
PHP Code:
this.text = "Some text\n" @
"Some more text\n" @
"Yet another line\n";
Quote:
|
Originally Posted by ApothiX
I beat you to it >:P
|
Your need for competition is bewildering.