2020-12-01 00:04:54 +03:00
|
|
|
/- spider
|
|
|
|
/+ *ph-io
|
|
|
|
=, strand=strand:spider
|
|
|
|
^- thread:spider
|
|
|
|
|= vase
|
|
|
|
=/ m (strand ,vase)
|
2021-06-18 08:54:17 +03:00
|
|
|
;< ~ bind:m start-azimuth
|
|
|
|
;< ~ bind:m (spawn ~zod)
|
|
|
|
;< ~ bind:m (spawn ~bus)
|
|
|
|
;< ~ bind:m (spawn ~web)
|
2020-12-01 00:04:54 +03:00
|
|
|
::
|
2021-06-18 08:54:17 +03:00
|
|
|
;< ~ bind:m (init-ship ~zod |)
|
|
|
|
;< ~ bind:m (init-ship ~bus |)
|
|
|
|
;< ~ bind:m (init-ship ~web |)
|
2020-12-01 00:04:54 +03:00
|
|
|
::
|
|
|
|
;< ~ 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)
|