1
0
mirror of https://github.com/janet-lang/janet synced 2025-08-30 01:18:03 +00:00

Return an immutable tuple instead

This commit is contained in:
LouisJackman
2020-05-16 15:50:47 +01:00
parent 59302d4f42
commit ca3dac7e87

View File

@@ -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