Name

append()

Class

IntList

Description

Add a new entry to the list.

Syntax

  • .append(value)
  • .append(values)
  • .append(list)

Return

  • void