mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
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))
|