elna/tests/if_condition.eln

10 lines
73 B
Plaintext
Raw Normal View History

2024-03-17 01:00:44 +01:00
begin
if True then ! 8;
if False then
begin
! 5;
! 5;
! 5
end
end.