Skip to content

Commit 284ab38

Browse files
authored
empty!
1 parent 789befc commit 284ab38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It features:
66
- [x] Ints with `+`, `-`, `*`, and `/`.
77
- [x] Bools with `not`, `and`, and `or`.
88
- [x] Comparison with `=`.
9-
- [x] Lists with `cons`, `car`, `cdr`.
9+
- [x] Lists with `empty`, `cons`, `car`, `cdr`.
1010
- [x] Closures with `lambda`.
1111
- [x] Global variables with `define`.
1212
- [x] Local variables with `let`.

0 commit comments

Comments
 (0)