Hacker News new | ask | show | jobs
by AndrewLuke 4733 days ago
A loop and an array is all you really need.

    for amount of lines needed:
        array.append = function call()
Then iterate over the results to display them. Not perfect, but will work without changing much.