strings vocabulary - Factor Documentation (original) (raw)
strings vocabulary
Factor handbook » Vocabulary index
Documentation
Strings
Metadata
Tags: | text, collections |
---|---|
Authors: | Slava Pestov |
Words
Builtin classes
Primitives
Word | Stack effect |
---|---|
![]() |
( n ch -- string ) |
![]() |
( n str -- newstr ) |
Ordinary words
Word | Stack effect |
---|---|
![]() |
( ch -- str ) |
![]() |
( seq -- str ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
Files
resource:core/strings/strings.factor
resource:core/strings/strings-docs.factor
resource:core/strings/strings-tests.factor
Metadata files
resource:core/strings/authors.txt
resource:core/strings/summary.txt
resource:core/strings/tags.txt
Children from resource:core
Vocabulary | Summary |
---|---|
![]() |
Parsing strings |
Children from resource:basis
Vocabulary | Summary |
---|---|
![]() |