Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
7
Task/Leonardo-numbers/Min/leonardo-numbers.min
Normal file
7
Task/Leonardo-numbers/Min/leonardo-numbers.min
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(over over + rolldown pop pick +) :next
|
||||
(('print dip " " print! next) 25 times newline) :leo
|
||||
|
||||
"First 25 Leonardo numbers:" puts!
|
||||
1 1 1 leo
|
||||
"First 25 Leonardo numbers with add=0, L(0)=0, L(1)=1:" puts!
|
||||
0 0 1 leo
|
||||
Loading…
Add table
Add a link
Reference in a new issue