Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Lua's Fibonacci Sequence
Velinquish
Apr 14th, 2020
231
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Lua
0.12 KB
| None
|
0
0
raw
download
clone
embed
print
report
local
function
F
(
n
)
if
n
==
1
then
return
0
elseif
n
==
2
then
return
1
end
return
F
(
n
-
1
)
+
F
(
n
-
2
)
end
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ MAKE $12OO IN 10 MIN K
JavaScript | 33 sec ago | 0.07 KB
Make $3500 INSTANTLY [Works Worldwide]???? HL
Java | 53 sec ago | 0.06 KB
Make 1500$ in 20 MIN [Method] 9
JavaScript | 1 min ago | 0.07 KB
MAKE $900 INSTANTLY S
JavaScript | 1 min ago | 0.07 KB
FREE 500$ GIFTCARDS F
Java | 1 min ago | 0.06 KB
Make $200 in 15 minutes R
JavaScript | 1 min ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN K
JavaScript | 2 min ago | 0.07 KB
MAKE $900 INSTANTLY P
JavaScript | 2 min ago | 0.07 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!