Next: table.tail, Previous: table.stack, Up: table [Contents]
out =
(obj)
(obj, k)
Get first K rows of table.
Returns the first k rows of obj, as a table.
k defaults to 8.
If there are less than k rows in obj, returns all rows.