VocabularystringsInputsn | a non-negative integer |
str | a string |
OutputsWord descriptionResizes the string to have a length of
n elements. When making the string shorter, this word may either create a new string or modify the existing string in place. When making the string longer, this word always allocates a new string, filling remaining space with zeroes.
Side effectsModifies
strDefinition