[Python] Fibonacci in Forth

Carlos Catucci carlos.catucci a gmail.com
Gio 11 Dic 2014 21:19:15 CET


Poi amerete ancora di piu' Python e la sua chiarezza

: fib 0 1
    begin
        dup >r rot dup r> > \ condition
    while
        rot rot dup rot + dup . \ body
    repeat
        drop drop drop ; \ after loop has executed


Carlos
-- 
EZLN ... Para Todos Todo ...
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20141211/a5c56721/attachment.html>


Maggiori informazioni sulla lista Python