[ast2C] init or not init (field added to the state of the node)

This commit is contained in:
dsac
2022-12-17 16:35:49 +01:00
parent bb99a5882b
commit 6291957be5
3 changed files with 6 additions and 11 deletions

View File

@@ -3,11 +3,3 @@ let
o1 = 10 -> pre (20 -> 30);
tel
node flipflop(i: int) returns (z: int);
var x, y: int; c: bool;
let
c = true fby (not c);
x = 1 on c;
y = 2 on (not c);
z = merge c x y;
tel