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.e4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-c/test1.e b/ecomp-c/test1.e
index 907e595..23fdaad 100644
--- a/ecomp-c/test1.e
+++ b/ecomp-c/test1.e
@@ -52,10 +52,10 @@ var
x : integer;
begin
- if( f ) {
+ if f do
x := n + m;
a1[4] := x;
- }
+ end
end
begin