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

5 lines
50 B
Text

use basic;
if (1)
print( "hello world" );
endif