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
2025-01-29 08:36:47 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
dad711718a
planckforth
/
example
/
fib.fs
3 lines
73 B
Forth
Raw
Normal View
History
Unescape
Escape
Update example
2021-01-09 17:29:32 +09:00
:
fib
dup
2
<
unless
1-
dup
recurse
swap
1-
recurse
+
then
;
Update README and example
2021-01-10 01:14:42 +09:00
20
fib
.
cr
Reference in a new issue
Copy permalink