summaryrefslogtreecommitdiff
path: root/ecomp-c/test1.e
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-c/test1.e')
-rw-r--r--ecomp-c/test1.e3
1 files changed, 3 insertions, 0 deletions
diff --git a/ecomp-c/test1.e b/ecomp-c/test1.e
index 1a8f253..74a2f2c 100644
--- a/ecomp-c/test1.e
+++ b/ecomp-c/test1.e
@@ -39,4 +39,7 @@ begin
flag := a <= b; // flag should be false
flag := a > b; // flag should be true
flag := a >= b; // flag should be false
+ if flag do
+ a := 9;
+ end;
end