1 line
53 B
Text
1 line
53 B
Text
DEFINE fib == [small] [] [pred dup pred] [+] binrec.
|
DEFINE fib == [small] [] [pred dup pred] [+] binrec.
|