HTML Source Text Setup
To improve legibility of the generated source it is possible to insert formatting tags in the text:
|
\n
|
New line
|
|
\c
|
Inserts a comment in the text
|
|
\i
|
Indentation (shift of 2 characters to the right)
|
|
\u
|
End of indentation (cancellation of shift of 2 characters to the right)
|
|
\t
|
Tabulation (as a function of the indentation defined)
|
|
\autoindent
|
Indicates that future calls to \n are a shortcut to \n\t
|
|
\noautoindent
|
Cancels the shortcut positioned by autoindent
|
These tags are used only for setup of the generated code.
They do not appear when the result is viewed by the end user on a navigator such as Internet Explorer or Netscape Navigator.