view interps/linguine/fib.lng @ 5987:0dc03a98eb58

<oerjan> rm wisdom/v\xc3\xa4lkommen
author HackBot
date Mon, 14 Sep 2015 17:51:14 +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