shrub/gen/ford-turbo.hoon
2018-03-15 18:38:33 -07:00

33 lines
504 B
Plaintext

/+ ford-turbo, tester
::
:- %say
|= [[now=@da eny=@ =beak] ~ ~]
:- %noun
=+ our=p.beak
=+ tester:tester
|^
^- wall
;: weld
test-compiles
test-call
==
++ test-compiles
~& %test-compiles
%- expect-eq !>
[ford-turbo ford-turbo]
::
++ test-call
~& %test-call
%- expect-eq !>
:- [duct=~ %give %made now %complete %result %$ %noun !>(**)]~
=- -.-
%- call:(ford-turbo)
:* duct=~
type=~
%make
our
plan=[%$ %noun !>(**)]
date=`now
==
--