elna/tests/if_condition.eln

10 lines
73 B
Plaintext

begin
if True then ! 8;
if False then
begin
! 5;
! 5;
! 5
end
end.