Update async example

The new example is more useful because it involves a memory.
async
jeltz 3 years ago
parent 622a55ed81
commit f864d10095
Signed by: jeltz
GPG Key ID: 800882B66C0C3326

@ -1,7 +1,7 @@
node f(x : int) returns (y : int)
let
y = x;
y = 0 fby x;
tel
node main() returns (y : int)

Loading…
Cancel
Save