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

4 lines
109 B
Text

print( "hello world!");
if (5 == 6) print( "equal, ..."); endif
if ("TEST"=="TEST") print("ah ha!"); endif