assert(#arg==2,"provide 2 args!")localfunctionfibonacci_words(t)assert(type(t)=="table","t must be a table!")repeatt[#t+1]=t[#t-1]..t[#t]until#t[#t]>=51localchars={}fori=1,#t[#t]dolocalc=t[#t]:sub(i,i)chars[#chars+1]=cendreturnchars[51]endprint(fibonacci_words({arg[1],arg[2]}))