view interps/linguine/fib.lng @ 6269:7466aef236d8

<tswett> echo \'Let nothing stop you. Whatever stands in your way must be destroyed.\' > evil/194
author HackBot
date Thu, 26 Nov 2015 16:37:10 +0000
parents 859f9b4339e6
children
line wrap: on
line source

'Fibonacci sequence calculator in Linguine
'Programmed by Jeffry Johnston, 2005
1[0=32,2=1,1#,0$,2#]2
2[1+*2,3=*1,1=*2,2=*3,0$,2#]2