basic functionality

This commit is contained in:
2022-02-22 17:24:36 +01:00
commit f3d50b1e96
9 changed files with 918 additions and 0 deletions

17
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>