Vocabularysequences.privateInputs and outputs| n | a non-negative integer |
| seq | a sequence |
| newseq | a new sequence |
Word descriptionCreates a new sequence of the same type as
seq with
n elements, and copies the contents of
seq into the new sequence. If
n exceeds the length of
seq, the remaining elements are filled with a default value;
f for arrays and 0 for strings.
NotesThis generic word is only implemented for strings and arrays.
DefinitionMethods