<- PRPL reference <- Lists

CreateListStartingSize

ArgumentsResultNotation
int list [int- list]

Description

Creates a list containing a specified number of nulls.

Examples

Trace(CreateListStartingSize(7)[6]) #I don't even know what the standard use case of this command is. Someone please write a better example.