mirror of
https://github.com/urbit/shrub.git
synced 2024-12-13 16:03:36 +03:00
a539d986a7
In favor of [type] syntax. Turns a bunch of ++ into +$ along the way.
18 lines
276 B
Plaintext
18 lines
276 B
Plaintext
:: Drum: boot unstarted app
|
|
::
|
|
:::: /hoon/start/hood/gen
|
|
::
|
|
/? 310
|
|
::
|
|
::::
|
|
::
|
|
:- %say
|
|
|= $: [now=@da eny=@uvJ bec=beak]
|
|
[arg=[@ $@(~ [@ ~])] ~]
|
|
==
|
|
:- %drum-start
|
|
?> ((sane %tas) -.arg)
|
|
?@ +.arg [q.bec -.arg]
|
|
?> ((sane %tas) +<.arg)
|
|
[-.arg +<.arg]
|