Update async example
The new example is more useful because it involves a memory.
This commit is contained in:
parent
622a55ed81
commit
f864d10095
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue