From 3c5955a3a64114426ed4c334a420e214a3e0e76d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 30 Mar 2020 20:09:17 +0200 Subject: on the way to an if --- ecomp-c/test1.e | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ecomp-c/test1.e') 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 -- cgit v1.2.3-54-g00ecf