urbit/pkg/arvo/ted/ph/add.hoon
2019-11-16 04:07:09 -08:00

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)