mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
03fd56e8cc
Instead of a list of arguments, with trailing ~.
12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
/- spider
|
|
/+ strandio
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= arg=vase
|
|
=/ m (strand ,vase)
|
|
^- form:m
|
|
=+ !<([~ pax=path] arg)
|
|
;< bek=beak bind:m get-beak:strandio
|
|
;< paz=(list path) bind:m (list-tree:strandio bek (flop pax))
|
|
(pure:m !>(paz))
|