4 lines
73 B
Text
4 lines
73 B
Text
|
|
[ 0 1 rot times [ tuck + ] drop ] is fibo ( n --> n )
|
||
|
|
|
||
|
|
100 fibo echo
|