Generate a Fibonacci sequence.
Since:: 2.1
from
to
use <util/fibseq.scad>; echo(fibseq(1, 10)); // ECHO: [1, 1, 2, 3, 5, 8, 13, 21, 34, 55]