Help lint fix
parent
d65a76d10f
commit
bc5c784016
|
@ -7,7 +7,7 @@ HELP: bad-escape
|
||||||
HELP: escape
|
HELP: escape
|
||||||
{ $values { "escape" "a single-character escape" } { "ch" "a character" } }
|
{ $values { "escape" "a single-character escape" } { "ch" "a character" } }
|
||||||
{ $description "Converts from a single-character escape code and the corresponding character." }
|
{ $description "Converts from a single-character escape code and the corresponding character." }
|
||||||
{ $examples { $example "USING: kernel parser prettyprint ;" "CHAR: n escape CHAR: \\n = ." "t" } } ;
|
{ $examples { $example "USING: kernel prettyprint strings.parser ;" "CHAR: n escape CHAR: \\n = ." "t" } } ;
|
||||||
|
|
||||||
HELP: parse-string
|
HELP: parse-string
|
||||||
{ $values { "str" "a new " { $link string } } }
|
{ $values { "str" "a new " { $link string } } }
|
||||||
|
|
Loading…
Reference in New Issue