refactor project files
This commit is contained in:
17
sample/if.pl.xml
Normal file
17
sample/if.pl.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<program>
|
||||
<main>
|
||||
<if>
|
||||
<integer value="1" />
|
||||
<then>
|
||||
<print>
|
||||
<string value="TRUE" />
|
||||
</print>
|
||||
</then>
|
||||
<else>
|
||||
<print>
|
||||
<string value="FALSE" />
|
||||
</print>
|
||||
</else>
|
||||
</if>
|
||||
</main>
|
||||
</program>
|
||||
Reference in New Issue
Block a user