aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2024-04-20 09:15:18 +0100
committerJuan J. Martinez <jjm@usebox.net>2024-04-20 09:16:32 +0100
commitf3401bb71f8d771e0b9cf099fa1f497afa58b8b2 (patch)
treed321a072123c4777910c5b90a4857dbba758d0c7
parent18563e492547637f95cc4b0ba6007f59de406e6a (diff)
downloadfunco-f3401bb71f8d771e0b9cf099fa1f497afa58b8b2.tar.gz
funco-f3401bb71f8d771e0b9cf099fa1f497afa58b8b2.zip
Mention the examples
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a6d6214..0a4f3f2 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,8 @@ 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")`
+See the examples in `./examples`.
+
## Licence
* This project is licensed [GPL 3.0](gpl-3.0.txt).