From f3401bb71f8d771e0b9cf099fa1f497afa58b8b2 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 20 Apr 2024 09:15:18 +0100 Subject: Mention the examples --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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). -- cgit v1.2.3