Contents
Previous
Next
- Description: Used to "protect" some text from parsing, so
marks and macros inside it will not be expanded. But escapes are
applied.
- Properties: !Multiline, !FreeSpaces, !Align, !Nesting
- Contains: -
- Syntax: Raw:
- Two double quotes around,
""like this""
- Marks glued with the contents (no spaces)
- Syntax: Raw Line:
- A line beginning with 3 consecutive double quotes,
""" like
this
- The double quotes must be at the start of the line, no spaces before
- Use a space after the double quotes to separate them from the text
- Syntax: Raw Area:
- A line with exactly 3 consecutive double quotes, followed by text
lines, followed by another line with exactly 3 consecutive double
quotes
- NO spaces allowed before or after the marks
- Details:
- Marks are NOT interpreted
- Macros are NOT interpreted
- If the end of the source file (EOF) is hit, the opened Raw Area is
closed
Contents
Previous
Next