mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
13 lines
292 B
Plaintext
13 lines
292 B
Plaintext
|
/- spider
|
||
|
/+ strandio
|
||
|
=, strand=strand:spider
|
||
|
^- thread:spider
|
||
|
|= arg=vase
|
||
|
=/ m (strand ,vase)
|
||
|
^- form:m
|
||
|
=+ !<([mak=mark ~] arg)
|
||
|
;< =bowl:spider bind:m get-bowl:strandio
|
||
|
=/ bek=beak [our q.byk da+now]:bowl
|
||
|
;< =dais:clay bind:m (build-mark:strandio bek mak)
|
||
|
(pure:m !>(dais))
|