Contents
Syntax
Syntax available
f++ | n++ | output |
---|---|---|
\@ | \@ | |
\\ | @\\ | |
\t | @\t | |
\n | @\n | |
@\@ | ||
\< | @\< | |
f++ | n++ | output |
Description
The
n++ example
Example of
This is a line @\nthat is broken in to@\n three lines.
The above will result in the built output file having the following written to it when it reaches that point in the build process:
This is a line that is broken in to three lines.