mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
/- spider
|
|
/+ *ph-io
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= args=vase
|
|
=/ m (strand ,vase)
|
|
;< ~ bind:m start-simple
|
|
;< ~ bind:m (raw-ship ~bud ~)
|
|
;< ~ bind:m (dojo ~bud "[%test-result (add 2 3)]")
|
|
;< ~ bind:m (wait-for-output ~bud "[%test-result 5]")
|
|
;< ~ bind:m end-simple
|
|
(pure:m *vase)
|