mirror of
https://github.com/janet-lang/janet
synced 2025-11-07 11:03:04 +00:00
Return an immutable tuple instead
This commit is contained in:
@@ -966,7 +966,7 @@
|
|||||||
(case (length ,results)
|
(case (length ,results)
|
||||||
0 nil
|
0 nil
|
||||||
1 (,results 0)
|
1 (,results 0)
|
||||||
,results))))
|
(tuple ;,results)))))
|
||||||
|
|
||||||
(defmacro ->
|
(defmacro ->
|
||||||
"Threading macro. Inserts x as the second value in the first form
|
"Threading macro. Inserts x as the second value in the first form
|
||||||
|
|||||||
Reference in New Issue
Block a user