mirror of
https://github.com/janet-lang/janet
synced 2025-02-03 18:59:09 +00:00
Remove :r from amalg.janet
This commit is contained in:
parent
e6306ea188
commit
9f48c3e2db
@ -9,4 +9,4 @@
|
|||||||
|
|
||||||
# Body
|
# Body
|
||||||
(each path (tuple/slice (dyn :args) 1)
|
(each path (tuple/slice (dyn :args) 1)
|
||||||
(print (slurp path :r)))
|
(print (slurp path)))
|
||||||
|
Loading…
Reference in New Issue
Block a user