remove usage of <" in multiline
parent
b86314ec39
commit
097b7d338c
|
@ -46,7 +46,7 @@ HELP: DELIMITED:
|
|||
HELP: parse-multiline-string
|
||||
{ $values { "end-text" "a string delineating the end" } { "str" "the parsed string" } }
|
||||
{ $description "Parses the input stream until the " { $snippet "end-text" } " is reached and returns the parsed text as a string." }
|
||||
{ $notes "Used to implement " { $link POSTPONE: /* } " and " { $link POSTPONE: <" } "." } ;
|
||||
{ $notes "Used to implement " { $link POSTPONE: /* } "." } ;
|
||||
|
||||
ARTICLE: "multiline" "Multiline"
|
||||
"Multiline strings:"
|
||||
|
|
Loading…
Reference in New Issue