Previous Up Next

5.40.3 Making a list with zeros: newList

The newList makes a list of all zeros.

Example.

Input:

newList(3)

Output:


0,0,0

Previous Up Next