mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
25 lines
581 B
Plaintext
25 lines
581 B
Plaintext
/- spider
|
|
/+ *ph-io
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= vase
|
|
=/ m (strand ,vase)
|
|
;< ~ bind:m start-simple
|
|
;< ~ bind:m init-azimuth
|
|
;< ~ bind:m (spawn-aqua ~zod)
|
|
;< ~ bind:m (spawn-aqua ~bus)
|
|
;< ~ bind:m (spawn-aqua ~web)
|
|
::
|
|
;< ~ bind:m (init-ship ~zod)
|
|
;< ~ bind:m (init-ship ~bus)
|
|
;< ~ bind:m (init-ship ~web)
|
|
::
|
|
;< ~ bind:m (send-hi ~zod ~web)
|
|
;< ~ bind:m (send-hi ~zod ~bus)
|
|
;< ~ bind:m (send-hi ~web ~zod)
|
|
;< ~ bind:m (send-hi ~bus ~zod)
|
|
;< ~ bind:m (send-hi ~bus ~web)
|
|
;< ~ bind:m (send-hi ~web ~bus)
|
|
::
|
|
(pure:m *vase)
|