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 ~.
13 lines
341 B
Plaintext
13 lines
341 B
Plaintext
/- spider
|
|
/+ strandio
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= arg=vase
|
|
=/ m (strand ,vase)
|
|
^- form:m
|
|
=+ !<([~ arg=$@(who=ship [who=ship mez=tape])] arg)
|
|
=/ [who=ship message=@t]
|
|
?@(arg [who.arg ''] [who.arg (crip mez.arg)])
|
|
;< ~ bind:m (poke:strandio [who %hood] %helm-hi !>(message))
|
|
(pure:m !>("hi {<who>} successful"))
|