Implement simple if conditions

This commit is contained in:
2024-03-17 01:00:44 +01:00
parent 99a1ef5f96
commit 27197c7725
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.