mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
23 lines
492 B
Plaintext
23 lines
492 B
Plaintext
!: :: To write Nock as an Arvo application in Hoon
|
|
|= * ::
|
|
|= [a=* ~] :: For educational purposes only
|
|
:_ ~ :_ ~ ::
|
|
:- %la :: Preserve this mysterious boilerplate square
|
|
%+ sell %noun::
|
|
.* a :: Replace the formula with your own
|
|
:::::::::::::::::
|
|
:: Formula: decrement
|
|
[ 8
|
|
[1 0]
|
|
[ 8
|
|
[ 1
|
|
[ 6
|
|
[5 [4 0 6] [0 7]]
|
|
[0 6]
|
|
[9 2 [0 2] [4 0 6] [0 7]]
|
|
]
|
|
]
|
|
[9 2 0 1]
|
|
]
|
|
]
|