|
Prev | Next | escape |
| Syntax |
$escape character$$
|
\, is the default escape character.
This command changes the escape character to the first character in
character (not counting leading
white space
).
$escape #$$
$math%
#Test #of #escape:
/ 1 0 0 \
I = | 0 1 0 |
\ 0 0 1 /
%$$
would result in the following output
Test of escape:
/ 1 0 0 \
I = | 0 1 0 |
\ 0 0 1 /
escape command has effect till the next such command
is executed or the end of the current section (which ever comes first).