EasyLanguage中不支持"\n"、"\t"、"\r"等转义字符的操作,也就不能通过转义字符插入换行符,那么如果是想要换行,可以使用关键字 newline 。
print("Test"+newline+"Test");