mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 20:31:40 +03:00
26 lines
619 B
Plaintext
26 lines
619 B
Plaintext
/- spider
|
|
/+ *ph-io
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= vase
|
|
=/ m (strand ,vase)
|
|
=/ comet ~bosrym-podwyl-magnes-dacrys--pander-hablep-masrym-marbud
|
|
;< ~ bind:m start-azimuth
|
|
;< ~ bind:m (spawn ~bud)
|
|
;< ~ bind:m (init-ship ~bud |)
|
|
::
|
|
;< ~ bind:m (spawn ~marbud)
|
|
;< ~ bind:m (init-ship ~marbud |)
|
|
::
|
|
;< ~ bind:m (init-ship comet |)
|
|
;< ~ bind:m (send-hi comet ~bud)
|
|
::
|
|
;< ~ bind:m (spawn ~linnup-torsyx)
|
|
;< ~ bind:m (init-ship ~linnup-torsyx |)
|
|
::
|
|
;< ~ bind:m (send-hi comet ~linnup-torsyx)
|
|
;< ~ bind:m (send-hi ~linnup-torsyx comet)
|
|
::
|
|
;< ~ bind:m end
|
|
(pure:m *vase)
|