varname

varname — The name of a variable.

Synopsis

varname ::= [-]

Description

A varname identifies a variable name in a programming or expression language. Variables most often get their values from literals, replaceable values, constants, or symbols.

Processing expectations

Formatted inline.

Children [+]

This element contains 29 elements.

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<title>Example varname</title>

<para>In Perl, <varname>@ARGV</varname> contains the command line parameters
used when the script was run.
</para>

</article>

In Perl, @ARGV contains the command line parameters used when the script was run.

Last revised by Norman Walsh on 6 Jun 2011 (git hash: 6ffcc7640bbc5f852a318e452c9f210f03292cb9)