Fix multiline:
define-compound -> define Fix docs for new circularity requirementsdb4
parent
6976d6aa6d
commit
6a4e984357
|
@ -1,4 +1,6 @@
|
||||||
USING: help.markup help.syntax multiline ;
|
USING: help.markup help.syntax ;
|
||||||
|
|
||||||
|
IN: multiline
|
||||||
|
|
||||||
HELP: STRING:
|
HELP: STRING:
|
||||||
{ $syntax "STRING: name\nfoo\n;" }
|
{ $syntax "STRING: name\nfoo\n;" }
|
||||||
|
|
|
@ -16,7 +16,7 @@ IN: multiline
|
||||||
|
|
||||||
: STRING:
|
: STRING:
|
||||||
CREATE dup reset-generic
|
CREATE dup reset-generic
|
||||||
parse-here 1quotation define-compound ; parsing
|
parse-here 1quotation define ; parsing
|
||||||
|
|
||||||
: (parse-multiline-string) ( start-index end-text -- end-index )
|
: (parse-multiline-string) ( start-index end-text -- end-index )
|
||||||
lexer get line-text 2dup start
|
lexer get line-text 2dup start
|
||||||
|
|
Loading…
Reference in New Issue