comparison interps/linguine/fib.lng @ 996:859f9b4339e6

<Gregor> tar xf egobot.tar.xz
author HackBot
date Sun, 09 Dec 2012 19:30:08 +0000
parents
children
comparison
equal deleted inserted replaced
995:6883f5911eb7 996:859f9b4339e6
1 'Fibonacci sequence calculator in Linguine
2 'Programmed by Jeffry Johnston, 2005
3 1[0=32,2=1,1#,0$,2#]2
4 2[1+*2,3=*1,1=*2,2=*3,0$,2#]2