Quote:
|
Originally Posted by ZeLpH_MyStiK
No, it's an operator period.
|
It's a macro, like saying:
#DEFINE NL @"/n"@
#DEFINE SPC @" "@
#DEFINE TAB @"/t"@
It's a self concatenating new line in which it's required to have something preceding and proceeding it.
However, you could probably call it an operator just because it's in a scripting language.
EDIT: Wow, Stefan and I posted simultaneously.