urbit/pkg/base-dev/sur/sss.hoon

37 lines
697 B
Plaintext
Raw Normal View History

2023-02-01 19:05:18 +03:00
|%
++ lake
|$ [rock wave]
$_ ^?
|%
++ name *term
+$ rock ^rock
+$ wave ^wave
++ wash |~ [rock wave] *rock
--
+$ aeon @ud
+$ dude dude:agent:gall
+$ what ?(%rock %wave)
++ poke
|%
++ request
|* paths=mold
$: path=paths
2023-02-15 17:54:06 +03:00
=dude
when=(unit aeon)
==
2023-02-01 19:05:18 +03:00
++ response
|* [=(lake) paths=mold]
$: path=paths
2023-02-01 23:52:30 +03:00
=dude
=aeon
2023-02-15 17:54:06 +03:00
$% [type=?(%nigh %yore) ~]
$: type=%scry
$% [what=%rock =rock:lake]
[what=%wave =wave:lake]
== == == ==
2023-02-01 19:05:18 +03:00
++ on-rock
|* [=(lake) paths=mold]
,[path=paths src=ship from=dude =rock:lake wave=(unit wave:lake)]
--
--