Add an item to the list.
list.push(bytes32(keccak256("newEntry")));
bytes32
The storage pointer of the list.
The entry to be added to the list.
None