refactor project files

This commit is contained in:
2022-02-22 17:29:43 +01:00
parent edd604fc24
commit 2c49433887
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>