Module:Sequence: Difference between revisions

m Add frame around get_term function
m Missing space (aesthetic only)
Line 18: Line 18:
end
end


function p._get_term(seq,n)
function p._get_term(seq, n)
return seq[n]
return seq[n]
end
end