urbit/main/bin/env.hoon
Steven Dee 4025898428 Ye olde whitespace cleanup
Run using
  find . -type f | xargs sed -i '\s\+$'

And not even glanced at. It's fine. Don't worry about it.
2013-12-08 21:23:03 +00:00

24 lines
446 B
Plaintext

!:
:: /=main=/bin/env/hoon
::
=> .(- [who=`@p`-< how=`path`->])
|= [est=time eny=@uw]
|= arg=(list)
^- bowl
:_ ~
=+ ^= voy ^- (list tape)
:~ "who: {<who>}"
"how: {<how>}"
"est: {<est>}"
"eny: {<eny>}"
==
::
=+ ^= gar
=+ nix=1
|- ^- (list tape)
?~ arg ~
:_ $(arg t.arg, nix +(nix))
"arg: {(pave !>(nix))}: {(pave !>(i.arg))}"
::
(turn (weld voy gar) |=(a=tape [%la %leaf a]))