The problem is that \n is not a "command" but an escape sequence. What You suggest would prohibit this simple use case:
"10 print 'hello'\n20 goto 10"