polserver/testsuite/escript/string/string01.src

4 lines
55 B
Text
Raw Permalink Normal View History

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