More actions
| Line 104: | Line 104: | ||
=== Variables === | === Variables === | ||
====Program variables==== | ====Program variables==== | ||
Variables in computer programs and symbols for program variables within plain-English prose and in computer source code presented as textual content can be marked up with the <code><nowiki><var></nowiki></code> element | Variables in computer programs and symbols for program variables within plain-English prose and in computer source code presented as textual content can be marked up with the <code><nowiki><var></nowiki></code> element: | ||
*<code><nowiki>...where <var>x</var> is incremented on each pass...</nowiki></code> ⇒ {{xt|...where <var>x</var> is incremented on each pass...}} | *<code><nowiki>...where <var>x</var> is incremented on each pass...</nowiki></code> ⇒ {{xt|...where <var>x</var> is incremented on each pass...}} | ||
====Mathematics variables==== | ====Mathematics variables==== | ||