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

4 lines
56 B
Text

if ("test" == "test")
print( "1: Success" );
endif