mes: Add last.
* module/srfi/srfi-1.mes (last): New funcion.
This commit is contained in:
parent
fc0e0a732f
commit
761ea8b23f
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue