This website requires JavaScript.
Explore
Minetest
Help
Sign In
Ekdohibs
/
ocaml
Watch
1
Star
0
Fork
You've already forked ocaml
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7e13fc0d4e
ocaml
/
testasmcomp
/
tagged-fib.cmm
6 lines
113 B
Plaintext
Raw
Blame
History
(function "fib" (n: int)
(if (< n 5)
3
(- (+ (app "fib" (- n 2) int) (app "fib" (- n 4) int)) 1)))
Reference in New Issue
View Git Blame
Copy Permalink