mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 19:55:53 +03:00
24 lines
465 B
Plaintext
24 lines
465 B
Plaintext
/- constitution, ethereum
|
|
/+ ethereum
|
|
=> [^constitution ethereum]
|
|
|%
|
|
++ parse-id
|
|
|= id=@t
|
|
^- ships:function
|
|
|^
|
|
%+ rash id
|
|
;~ pose
|
|
(function %ships 'ships' shipname)
|
|
(function %get-spawned 'getSpawned' shipname)
|
|
(function %dns-domains 'dnsDomain' dem:ag)
|
|
==
|
|
::
|
|
++ function
|
|
|* [tag=@tas fun=@t rul=rule]
|
|
;~(plug (cold tag (jest fun)) (ifix [pel per] rul))
|
|
::
|
|
++ shipname
|
|
;~(pfix sig fed:ag)
|
|
--
|
|
--
|