<- PRPL reference <- Lists
| Arguments | Result | Notation |
|---|---|---|
| int | list | [int- list] |
Creates a list containing a specified number of nulls.
Trace(CreateListStartingSize(7)[6]) #I don't even know what the standard use case of this command is. Someone please write a better example.