112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
\"
Literal quotation mark.
\\
Literal backslash.
=== Preprocessor ===
Free Hero Mesh includes a macro preprocessor, which you may use if wanted.
All preprocessor commands are in braces; that constitutes a preprocessor
token, which may contain other tokens as arguments.
|
>
>
>
>
>
>
|
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
\"
Literal quotation mark.
\\
Literal backslash.
\Txxxxxx;
Only valid when using multibyte character encoding. Follow \T by six or
more hex digits and then a semicolon; this is like the "&T code" but is
using a backslash instead of a ampersand. (This feature is not fully
implemented yet.)
=== Preprocessor ===
Free Hero Mesh includes a macro preprocessor, which you may use if wanted.
All preprocessor commands are in braces; that constitutes a preprocessor
token, which may contain other tokens as arguments.
|