This website requires JavaScript.
Explore
Help
Sign in
Miroirs
/
planckforth
Watch
1
Star
0
Fork
You've already forked planckforth
0
mirror of
https://github.com/nineties/planckforth
synced
2024-12-25 21:58:22 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f7356eb63b
planckforth
/
example
/
fib.fs
3 lines
73 B
Forth
Raw
Normal View
History
Unescape
Escape
Update example
2021-01-09 09:29:32 +01:00
:
fib
dup
2
<
unless
1-
dup
recurse
swap
1-
recurse
+
then
;
Update README and example
2021-01-09 17:14:42 +01:00
20
fib
.
cr
Reference in a new issue
Copy permalink