Skip to content

Commit 24bbb1b

Browse files
committed
readme
1 parent 557cca9 commit 24bbb1b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The built-in function `.forkstate` returns
1010
a string encoding the entire program state,
1111
and when the state is resumed using `.eval` it starts
1212
right after the `.forkstate` call but with a return value of Void type.
13+
For example, the following program outputs 0, 1, 2, 2, 3 in order.
1314
```
1415
{
1516
(.putstr "0\n")
@@ -23,7 +24,7 @@ right after the `.forkstate` call but with a return value of Void type.
2324
}
2425
```
2526

26-
The other features of this language is just a normal
27+
The other features of this language are just like any normal
2728
dynamically typed function programming language.
2829
```
2930
letrec (

0 commit comments

Comments
 (0)