mirror of
https://github.com/janet-lang/janet
synced 2025-09-02 10:58:03 +00:00
doc for identity
This function only takes one argument anyway, and errors if you try to pass more.
This commit is contained in:
@@ -692,7 +692,7 @@
|
||||
;(tuple/slice functions 4 -1)))))
|
||||
|
||||
(defn identity
|
||||
"A function that returns its first argument."
|
||||
"A function that returns its argument."
|
||||
[x]
|
||||
x)
|
||||
|
||||
|
Reference in New Issue
Block a user