mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 20:01:32 +03:00
24 lines
466 B
Plaintext
24 lines
466 B
Plaintext
|
:: Our sixth experiment with major hood runes.
|
||
|
::
|
||
|
:::: /hoon/six/mad/fab/pub
|
||
|
::
|
||
|
/+ example
|
||
|
/= gas /$ fuel
|
||
|
::
|
||
|
:::: ~tasfyn-partyv
|
||
|
::
|
||
|
=+ arg=(biff (~(get by qix.gas) %number) (slat %ud))
|
||
|
;html
|
||
|
;head
|
||
|
;title: Mad Experiment Two
|
||
|
==
|
||
|
;body
|
||
|
;+ ?~ arg
|
||
|
;p: Usage: ?number=x
|
||
|
;p ; This is an ;{i "HTML file"} which
|
||
|
; computes the Fibonacci number
|
||
|
; of {<u.arg>}: {<(fib u.arg)>}.
|
||
|
==
|
||
|
==
|
||
|
==
|