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