Implement simple if conditions

This commit is contained in:
2024-03-17 01:00:44 +01:00
parent 546e0affb4
commit b44431f9cd
13 changed files with 592 additions and 33 deletions

4
tests/print_boolean.eln Normal file
View File

@@ -0,0 +1,4 @@
begin
? True;
? False
end.