Returns a table that does not contain the first specified number of rows, {1}, of the table {0}. The number of rows removed ...

Returns a table that does not contain the first specified number of rows, {1}, of the table {0}. 
    The number of rows removed depends on the optional parameter {1}. 
    
  • If {1} is omitted only the first row is removed.
  • If {1} is a number, that many rows (starting at the top) will be removed.
  • If {1} is a condition, the rows that meet the condition will be removed until a row does not meet the condition.