strings.parser: fix docs for parse-string.
parent
4d83867cb4
commit
6dd1172a8d
|
@ -9,13 +9,7 @@ HELP: escape
|
|||
{ $description "Converts from a single-character escape code and the corresponding character." }
|
||||
{ $examples { $example "USING: kernel prettyprint strings.parser ;" "CHAR: n escape CHAR: \\n = ." "t" } } ;
|
||||
|
||||
HELP: parse-short-string
|
||||
{ $values { "str" "a new " { $link string } } }
|
||||
{ $description "Parses the line until a quote (\"), interpreting escape codes along the way." }
|
||||
{ $errors "Throws an error if the string contains an invalid escape sequence." }
|
||||
$parsing-note ;
|
||||
|
||||
HELP: parse-full-string
|
||||
HELP: parse-string
|
||||
{ $values { "str" "a new " { $link string } } }
|
||||
{ $description "Parses one or more lines until a quote (\"), interpreting escape codes along the way." }
|
||||
{ $errors "Throws an error if the string contains an invalid escape sequence." }
|
||||
|
|
Loading…
Reference in New Issue