parser.notes: Remove trailing whitespace the parser noticed.
parent
0fea91ff94
commit
34800e2ae8
|
@ -10,7 +10,7 @@ t parser-quiet? set-global
|
|||
|
||||
: note. ( str -- )
|
||||
parser-quiet? get [
|
||||
file get [ path>> write ":" write ] when*
|
||||
file get [ path>> write ":" write ] when*
|
||||
lexer get [ line>> number>string write ": " write ] when*
|
||||
"Note:" print dup print
|
||||
] unless drop ;
|
||||
|
|
Loading…
Reference in New Issue