/core/parser/notes/notes-docs.factor

http://github.com/abeaumont/factor · Factor · 6 lines · 4 code · 2 blank · 0 comment · 0 complexity · 0f0d8e5e58c3701f23b06411b5102fc3 MD5 · raw file

  1. USING: help.markup help.syntax io parser.notes ;
  2. IN: parser.notes
  3. HELP: parser-quiet?
  4. { $var-description "A boolean controlling whether the parser will print various notes. Switched on by default. If a source file is being run for its effect on " { $link output-stream } ", this variable should remain switched on, to prevent parser notes from polluting the output." } ;