varname

varname — The name of a variable.

Synopsis

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.

Parents [+]

This element occurs in 51 elements.

Children [+]

This element contains 16 elements.

Examples

  1 <article xmlns='http://docbook.org/ns/docbook'>
  2 <title>Example varname</title>
    
  4 <para>In Perl, <varname>@ARGV</varname> contains the command line parameters
    used when the script was run.
  6 </para>
    
  8 </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)