Implement simple if conditions
This commit is contained in:
9
tests/if_condition.eln
Normal file
9
tests/if_condition.eln
Normal file
@ -0,0 +1,9 @@
|
||||
begin
|
||||
if True then ! 8;
|
||||
if False then
|
||||
begin
|
||||
! 5;
|
||||
! 5;
|
||||
! 5
|
||||
end
|
||||
end.
|
Reference in New Issue
Block a user