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

10 lines
132 B
Text

use basic;
if (1)
print( "hello world" );
endif;
// note the semicolon up there, after the endif
print( "hello world again" );