(root)/
texinfo-7.1/
tp/
tests/
other/
res_parser/
highlight_syntax_example_highlight/
chapter.html
<!DOCTYPE html>
<html>
<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<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"><code class="code">texinfo</code>
@code{protécted}
</pre></div>

<p>C++
</p><div class="example user-C++">
<pre class="example-preformatted"><span style="color:#838183; font-style:italic">// Your First C++ Program</span>

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

<span style="color:#0057ae">int</span> <span style="color:#010181">main</span><span style="color:#000000">() {</span>
    <span style="color:#0d5bc3">std</span><span style="color:#000000">::</span>cout <span style="color:#000000">&lt;&lt;</span> <span style="color:#bf0303">&quot;Hello Wörld!&quot;</span><span style="color:#000000">;</span>
    <span style="color:#000000; font-weight:bold">return</span> <span style="color:#b07e00">0</span><span style="color:#000000">;</span>
<span style="color:#000000">}</span>
</pre></div>

<p>perl
</p><div class="example user-perl">
<pre class="example-preformatted"><span style="color:#000000">my</span> <span style="color:#0057ae">$list</span> <span style="color:#000000">= [</span><span style="color:#bf0303">&#39;ça&#39;</span><span style="color:#000000">,</span> <span style="color:#bf0303">&#39;bôù&#39;</span><span style="color:#000000">,</span> <span style="color:#bf0303">&#39;é&#39;</span><span style="color:#000000">,</span> <span style="color:#bf0303">&#39;é ą € ≡&#39;</span><span style="color:#000000">];</span>
<span style="color:#000000; font-weight:bold">sub do</span> <span style="color:#000000">($) {</span>
  <span style="color:#000000">my</span> <span style="color:#0057ae">$arg</span> <span style="color:#000000">=</span> <span style="color:#000000">shift</span><span style="color:#000000">;</span>
  <span style="color:#000000; font-weight:bold">return</span> <span style="color:#0057ae">$arg</span> <span style="color:#000000">+</span> <span style="color:#b07e00">4</span><span style="color:#000000">;</span>
<span style="color:#000000">}</span>
</pre></div>

<div class="example user-perl">
<pre class="example-preformatted"><span style="color:#000000">my</span> <span style="color:#0057ae">&#64;SECTION_BUTTONS</span> <span style="color:#000000">=</span>
  <span style="color:#000000">(</span>
   \<span style="color:#000000">&amp;</span>singular_banner<span style="color:#000000">,</span>
   <span style="color:#bf0303">&#39;Back&#39;</span><span style="color:#000000">,</span> <span style="color:#bf0303">&#39;Forward&#39;</span><span style="color:#000000">,</span>   <span style="color:#bf0303">&#39;FastBack&#39;</span><span style="color:#000000">,</span> <span style="color:#bf0303">&#39;FastForward&#39;</span><span style="color:#000000">,</span>
   <span style="color:#bf0303">&#39;Up&#39;</span><span style="color:#000000">,</span> <span style="color:#bf0303">&#39;Top&#39;</span><span style="color:#000000">,</span> <span style="color:#bf0303">&#39;Contents&#39;</span><span style="color:#000000">,</span> <span style="color:#bf0303">&#39;Index&#39;</span><span style="color:#000000">,</span> <span style="color:#bf0303">&#39;About&#39;</span>
  <span style="color:#000000">);</span>

texinfo_set_from_init_file <span style="color:#000000">(</span><span style="color:#bf0303">&#39;SECTION_BUTTONS&#39;</span><span style="color:#000000">,</span> \<span style="color:#0057ae">&#64;SECTION_BUTTONS</span><span style="color:#000000">);</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>