mes: Add last.

* module/srfi/srfi-1.mes (last): New funcion.
This commit is contained in:
Jan Nieuwenhuizen 2017-12-17 13:32:17 +01:00
parent fc0e0a732f
commit 761ea8b23f
1 changed files with 2 additions and 0 deletions

View File

@ -100,4 +100,6 @@
(cadr rest))))
(srfi-1:iota n start step))))
(define last (compose car last-pair))
(include-from-path "srfi/srfi-1.scm")