Added name to AUTHORS and added documentation
This commit is contained in:
parent
cbd942fd02
commit
0496b7f7b6
1
AUTHORS
1
AUTHORS
@ -61,3 +61,4 @@
|
|||||||
* Shenyang Zhao <dev@zsy.im>
|
* Shenyang Zhao <dev@zsy.im>
|
||||||
* Zack M. Davis <code@zackmdavis.net>
|
* Zack M. Davis <code@zackmdavis.net>
|
||||||
* Adrià Garriga Alonso <adria@monkingme.com>
|
* Adrià Garriga Alonso <adria@monkingme.com>
|
||||||
|
* Antony Woods <antony@teamwoods.org>
|
||||||
|
@ -944,7 +944,19 @@ This can be confirmed via Python's built-in ``help`` function::
|
|||||||
times_three(x)
|
times_three(x)
|
||||||
Multiplies input by three and returns result
|
Multiplies input by three and returns result
|
||||||
(END)
|
(END)
|
||||||
|
|
||||||
|
last
|
||||||
|
-----------
|
||||||
|
|
||||||
|
.. versionadded:: 0.10.2
|
||||||
|
|
||||||
|
``last`` can be used for accessing the last element of a collection:
|
||||||
|
|
||||||
|
.. code-block:: clj
|
||||||
|
|
||||||
|
=> (last [2 4 6])
|
||||||
|
6
|
||||||
|
|
||||||
|
|
||||||
let
|
let
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user