![]() |
|
Navigation |
Synopsis Markup for a variable.
Syntax
Description Creates variables in text and code. A variable name may be followed by
_ (or ^ ) and an
index (a number or an identifier) which will be displayed as a subscript (or superscript).
Examples
Example 1$ Var $ gives Var .
Example 2$ Var _1$ gives Var1 .
Example 3$ Var ^1$ gives Var1 .
![]() |