refactor project files

This commit is contained in:
Altareos
2022-02-22 17:29:43 +01:00
parent 2c14df8edd
commit 67bf2efab7
4 changed files with 0 additions and 0 deletions

17
sample/if.pl.xml Normal file
View 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>