Update async example

The new example is more useful because it involves a memory.
This commit is contained in:
jeltz 2020-12-22 17:46:50 +01:00
parent 622a55ed81
commit f864d10095
Signed by: jeltz
GPG key ID: 800882B66C0C3326

View file

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