From 1607b9d3d2a3b511b7914828b4ad6533b1767317 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 18 Jun 2024 16:06:57 +0100 Subject: Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6106026..c18092c 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Other built-in functions are: * `drop(n list)`: return the list dropping the n first elements * `display(value)`: prints its arguments to the screen, for example `display("hello" "world")` * `..(i j)`: generate a list of integers from i to j -* `\[](l n)`: get item n in l (n is zero based) +* `[](l n)`: get item n in l (n is zero based) See the examples in `./examples`. -- cgit v1.2.3