diff options
author | Juan J. Martinez <jjm@usebox.net> | 2024-04-20 09:15:18 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2024-04-20 09:16:32 +0100 |
commit | f3401bb71f8d771e0b9cf099fa1f497afa58b8b2 (patch) | |
tree | d321a072123c4777910c5b90a4857dbba758d0c7 | |
parent | 18563e492547637f95cc4b0ba6007f59de406e6a (diff) | |
download | funco-f3401bb71f8d771e0b9cf099fa1f497afa58b8b2.tar.gz funco-f3401bb71f8d771e0b9cf099fa1f497afa58b8b2.zip |
Mention the examples
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |