diff options
author | Juan J. Martinez <jjm@usebox.net> | 2024-06-18 16:06:57 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2024-06-18 16:06:57 +0100 |
commit | 1607b9d3d2a3b511b7914828b4ad6533b1767317 (patch) | |
tree | 29344e571ff6cd740940501c7ce07029f099b6d4 /README.md | |
parent | 04f83961eaa30cdbc24584ea744e955e32d00e0c (diff) | |
download | funco-1607b9d3d2a3b511b7914828b4ad6533b1767317.tar.gz funco-1607b9d3d2a3b511b7914828b4ad6533b1767317.zip |
Typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |