We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df09254 commit 202524dCopy full SHA for 202524d
README.md
@@ -24,6 +24,7 @@ The built-in function `.forkstate` returns
24
a string encoding the program state,
25
and when the state is resumed using `.eval` it starts
26
right after the `.forkstate` call but with a return value of Void type.
27
+This resembles Linux's `fork`, Lisp's `call/cc`, etc.
28
For example, the following program outputs 0, 1, 2, 2, 3 in order.
29
Note: `.eval` works on both source code and serialized program state.
30
```
0 commit comments