Fix multiline:

define-compound -> define
  Fix docs for new circularity requirements
db4
Eduardo Cavazos 2008-01-16 08:12:14 -06:00
parent 6976d6aa6d
commit 6a4e984357
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
USING: help.markup help.syntax multiline ;
USING: help.markup help.syntax ;
IN: multiline
HELP: STRING:
{ $syntax "STRING: name\nfoo\n;" }

View File

@ -16,7 +16,7 @@ IN: multiline
: STRING:
CREATE dup reset-generic
parse-here 1quotation define-compound ; parsing
parse-here 1quotation define ; parsing
: (parse-multiline-string) ( start-index end-text -- end-index )
lexer get line-text 2dup start