Skip to content
Snippets Groups Projects
user avatar
Erwan Jahier authored
Indeed, I've intentionally removed the when statements in clocked local var like this :

 var
    v:int;

because the following was producing a syntax error in ecexe:

 var
    v:int when c;

But Actually, the right thing to do was to generate the following:

 var
    (v:int) when c;

...

nb : #FAILS=90->89
d5870c84
History
Name Last commit Last update
..
X3.lus