Previous Up Next

6.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