polserver/testsuite/escript/test/test6.src
2015-12-19 02:31:08 +01:00

9 lines
419 B
Text

print( "this is a test script.");
print("This is really more correct,");
print("But the parser is currently somewhat");
print("flexible.");
print( "This kind of " + ("Thing" + " " + "is") + " trouble, though,");
print( "because after the parser sees a left paren, it exits on the");
print( "next one (if it is parsing a function).");
print("This " + "is " + ("the correct fucking way" - " fucking") + " to do this.");