remove usage of <" in multiline

db4
Doug Coleman 2009-09-21 23:01:28 -05:00
parent b86314ec39
commit 097b7d338c
1 changed files with 1 additions and 1 deletions

View File

@ -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:"