1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 10:19:55 +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
No known key found for this signature in database
GPG Key ID: C83A456999EEBC34

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