(root)/
texinfo-7.1/
tp/
tests/
other/
res_parser/
highlight_syntax_example_latin9/
chapter.html
<!DOCTYPE html>
<html>
<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15">
<title>chapter (top)</title>

<meta name="description" content="chapter (top)">
<meta name="keywords" content="chapter (top)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<meta name="viewport" content="width=device-width,initial-scale=1">

<link href="index.html" rel="start" title="Top">
<link href="index.html" rel="up" title="Top">
<link href="index.html" rel="prev" title="Top">
<style type="text/css">
<!--
a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
div.example {margin-left: 3.2em}
span:hover a.copiable-link {visibility: visible}
-->
</style>


</head>

<body lang="en">
<div class="chapter-level-extent" id="chapter">
<div class="nav-panel">
<p>
Previous: <a href="index.html" accesskey="p" rel="prev">top</a>, Up: <a href="index.html" accesskey="u" rel="up">top</a> &nbsp; </p>
</div>
<hr>
<h2 class="chapter" id="chap"><span>1 châp<a class="copiable-link" href="#chap"> &para;</a></span></h2>

<p>Texinfo
</p><div class="example user-texinfo">
<pre class="example-preformatted">texinfo
<i><span style="color:#9A1900">@code{protécted}</span></i>
</pre></div>

<p>C++
</p><div class="example user-C++">
<pre class="example-preformatted"><i><span style="color:#9A1900">// Your First C++ Program</span></i>

<b><span style="color:#000080">#include</span></b> <span style="color:#FF0000">&lt;iostream&gt;</span>

<span style="color:#009900">int</span> <b><span style="color:#000000">main</span></b><span style="color:#990000">()</span> <span style="color:#FF0000">{</span>
    std<span style="color:#990000">::</span>cout <span style="color:#990000">&lt;&lt;</span> <span style="color:#FF0000">"Hello Wörld!"</span><span style="color:#990000">;</span>
    <b><span style="color:#0000FF">return</span></b> <span style="color:#993399">0</span><span style="color:#990000">;</span>
<span style="color:#FF0000">}</span>
</pre></div>

<p>perl
</p><div class="example user-perl">
<pre class="example-preformatted"><b><span style="color:#0000FF">my</span></b> <span style="color:#009900">$list</span> <span style="color:#990000">=</span> <span style="color:#990000">[</span><span style="color:#FF0000">'ça'</span><span style="color:#990000">,</span> <span style="color:#FF0000">'bôù'</span><span style="color:#990000">,</span> <span style="color:#FF0000">'é'</span><span style="color:#990000">,</span> <span style="color:#FF0000">'é a; ¤ =='</span><span style="color:#990000">];</span>
<b><span style="color:#0000FF">sub</span></b> <b><span style="color:#0000FF">do</span></b> <span style="color:#990000">(</span>$<span style="color:#990000">)</span> <span style="color:#FF0000">{</span>
  <b><span style="color:#0000FF">my</span></b> <span style="color:#009900">$arg</span> <span style="color:#990000">=</span> <b><span style="color:#0000FF">shift</span></b><span style="color:#990000">;</span>
  <b><span style="color:#0000FF">return</span></b> <span style="color:#009900">$arg</span> <span style="color:#990000">+</span> <span style="color:#993399">4</span><span style="color:#990000">;</span>
<span style="color:#FF0000">}</span>
</pre></div>

<div class="example user-perl">
<pre class="example-preformatted"><b><span style="color:#0000FF">my</span></b> <span style="color:#009900">@SECTION_BUTTONS</span> <span style="color:#990000">=</span>
  <span style="color:#990000">(</span>
   <span style="color:#990000">\&amp;</span>singular_banner<span style="color:#990000">,</span>
   <span style="color:#FF0000">'Back'</span><span style="color:#990000">,</span> <span style="color:#FF0000">'Forward'</span><span style="color:#990000">,</span>   <span style="color:#FF0000">'FastBack'</span><span style="color:#990000">,</span> <span style="color:#FF0000">'FastForward'</span><span style="color:#990000">,</span>
   <span style="color:#FF0000">'Up'</span><span style="color:#990000">,</span> <span style="color:#FF0000">'Top'</span><span style="color:#990000">,</span> <span style="color:#FF0000">'Contents'</span><span style="color:#990000">,</span> <span style="color:#FF0000">'Index'</span><span style="color:#990000">,</span> <span style="color:#FF0000">'About'</span>
  <span style="color:#990000">);</span>

<b><span style="color:#000000">texinfo_set_from_init_file</span></b> <span style="color:#990000">(</span><span style="color:#FF0000">'SECTION_BUTTONS'</span><span style="color:#990000">,</span> <span style="color:#990000">\</span><span style="color:#009900">@SECTION_BUTTONS</span><span style="color:#990000">);</span>
</pre></div>

<p>No argument
</p><div class="example">
<pre class="example-preformatted">texinfo_set_from_init_file('NO_CSS', 1);
</pre></div>

<p>Unknown language
</p><div class="example user-unknown">
<pre class="example-preformatted">unknown language
</pre></div>

</div>



</body>
</html>