diff options
author | Juan J. Martinez <jjm@usebox.net> | 2024-06-18 16:05:47 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2024-06-18 16:05:47 +0100 |
commit | 976fe910d3fa77909d847ab32e21c1627fed97ab (patch) | |
tree | 38c955905647605c35c5e2b117c3639dbbf8c4be /README.md | |
parent | 6567df27bb924d17a41b21ac012d88bfee4cbe34 (diff) | |
download | funco-976fe910d3fa77909d847ab32e21c1627fed97ab.tar.gz funco-976fe910d3fa77909d847ab32e21c1627fed97ab.zip |
Added last function
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ Other built-in functions are: * `function?(value)`: returns true if a value is a function * `head(list)`: returns the first element of a list * `tail(list)`: returns the end of a list excluding the first element +* `last(n)`: get last item of n (for lists and strings) * `empty?(list)`: returns true if a list is empty * `size(list)`: returns the size of a list or a string * `min(list)`: returns the smaller value in a list |