mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
/- spider
|
|
/+ strandio
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= arg=vase
|
|
=/ m (strand ,vase)
|
|
^- form:m
|
|
=+ !<([who=ship mez=$@(~ [=tape ~])] arg)
|
|
=/ message ?~(mez '' (crip tape.mez))
|
|
;< ~ bind:m (poke:strandio [who %hood] %helm-hi !>(message))
|
|
(pure:m !>("hi {<who>} successful"))
|