VocabularysequencesInputsOutputsGeneric word contractOutputs the length of the sequence. All sequences support this operation.
ExamplesUSING: prettyprint sequences ;
{ 1 "a" { 2 3 } f } length .
4
USING: prettyprint sequences ;
"Hello, world!" length .
13
DefinitionMethods