Skip to content

Commit 202524d

Browse files
committed
lint
1 parent df09254 commit 202524d

File tree

2 files changed

+106
-235
lines changed

2 files changed

+106
-235
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The built-in function `.forkstate` returns
2424
a string encoding the program state,
2525
and when the state is resumed using `.eval` it starts
2626
right after the `.forkstate` call but with a return value of Void type.
27+
This resembles Linux's `fork`, Lisp's `call/cc`, etc.
2728
For example, the following program outputs 0, 1, 2, 2, 3 in order.
2829
Note: `.eval` works on both source code and serialized program state.
2930
```

0 commit comments

Comments
 (0)